Details
-
Type:
Improvement
-
Status: Open (View Workflow)
-
Priority:
Major
-
Resolution: Unresolved
-
Component/s: kubernetes-plugin
-
Labels:
-
Similar Issues:
Description
Rather than having to specify
podTemplate(yaml: ''' apiVersion: v1 kind: Pod spec: containers: - name: jnlp image: jenkins/jnlp-agent:latest-windows nodeSelector: beta.kubernetes.io/os: windows ''') {...}
you ought to be able to say just
podTemplate(windows: true) {...}
with the nodeSelector and alternate image selected automatically.
Attachments
Issue Links
- relates to
-
JENKINS-57841 Better default command for container templates
-
- Resolved
-
Activity
Field | Original Value | New Value |
---|---|---|
Link |
This issue relates to |