Log in
Skip to main content
Skip to sidebar
Dashboards
Projects
Issues
Capture
Getting started
Give feedback to Atlassian
Help
Jira Core help
Keyboard Shortcuts
About Jira
Jira Credits
Log In
Jenkins
JENKINS-52829
Is there a way to inherit a pod template with declarative pipeline?
Log In
Closed
Export
null
View workflow
XML
Word
Printable
Details
Type:
Improvement
Resolution:
Incomplete
Priority:
Minor
Component/s:
kubernetes-plugin
Labels:
None
Similar Issues:
Show
Description
I am on plugin version 1.8.4
Is this supported?
pipeline {
agent {
kubernetes
{ label env.BUILD_TAG inheritFrom 'base-template' defaultContainer 'jnlp' yaml """ containers: - name: maven image: maven:3.5 ttyEnabled: true """ }
}
Attachments
Activity
People
Assignee:
Carlos Sanchez
Reporter:
Ray Lim
Votes:
0
Vote for this issue
Watchers:
2
Start watching this issue
Dates
Created:
2018-08-01 04:46
Updated:
2019-06-12 19:33
Resolved:
2018-08-01 10:37