JenkinsFile docker configuration

This commit is contained in:
RolandBakunts 2023-01-17 05:59:20 -08:00
parent 4251429aea
commit 3da1ef2d05

2
Jenkinsfile vendored
View file

@ -17,7 +17,7 @@ pipeline {
if(env.CHANGE_ID) {
sh "echo 'pull request"
} else {
sh "echo 'pull request"
sh "echo 'pull no no no"
}
}
// steps {