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

main
onikolskyy 1 year ago
parent 747d577c13
commit e316af1f56

4
Jenkinsfile vendored

@ -26,7 +26,8 @@ pipeline {
}
stages {
stage('Build Docker Image') {
container('dind') {
steps {
container('dind') {
echo 'FOO is ${env.BUILD_NUMBER}'
sh """
@ -38,5 +39,6 @@ pipeline {
milestone(1)
}
}
}
}
}
Loading…
Cancel
Save