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

main
onikolskyy 1 year ago
parent 747d577c13
commit e316af1f56

2
Jenkinsfile vendored

@ -26,6 +26,7 @@ pipeline {
}
stages {
stage('Build Docker Image') {
steps {
container('dind') {
echo 'FOO is ${env.BUILD_NUMBER}'
@ -40,3 +41,4 @@ pipeline {
}
}
}
}
Loading…
Cancel
Save