a
gitea/sample-test/pipeline/head Something is wrong with the build of this commit Details

main
onikolskyy 1 year ago
parent d7d92f4168
commit fee36be09e

2
Jenkinsfile vendored

@ -14,7 +14,7 @@ podTemplate(label: 'pod', cloud: 'kubernetes', serviceAccount: 'jenkins',
), ),
], ],
) { ) {
node(POD_LABEL) { node('pod') {
stage('Build Docker Image') { stage('Build Docker Image') {
container('docker') { container('docker') {
sh """ sh """

Loading…
Cancel
Save