fixup
dustin/sshca-cli/pipeline/head There was a failure building this commit
Details
dustin/sshca-cli/pipeline/head There was a failure building this commit
Details
parent
2803cadc28
commit
14db73069b
|
@ -23,12 +23,10 @@ pipeline {
|
|||
yamlMergeStrategy merge()
|
||||
defaultContainer 'fedora'
|
||||
nodeSelector "kubernetes.io/arch=${ARCH}"
|
||||
yaml """\
|
||||
spec:
|
||||
containers:
|
||||
- name: fedora
|
||||
image: 'registry.fedoraproject.org/fedora:${FEDORA}'
|
||||
"""
|
||||
containerTemplate {
|
||||
name 'fedora'
|
||||
image "registry.fedoraproject.org/fedora:${FEDORA}"
|
||||
]
|
||||
}
|
||||
}
|
||||
environment {
|
||||
|
|
Loading…
Reference in New Issue