JenkinsFile docker configuration

This commit is contained in:
RolandBakunts 2023-01-17 11:35:09 -08:00
parent 2176182a92
commit ea036e79be

2
Jenkinsfile vendored
View file

@ -15,7 +15,7 @@ pipeline {
stage('pull request') {
steps {
script {
if(env.BRANCH_NAME != 'main') {
if(env.CHANGE_ID != null & env.BRANCH_NAME != 'main') {
sh "echo $env.BRANCH_NAME"
sh "echo 'pull request jk'"
} else if (env.BRANCH_NAME == 'main') {