diff --git a/automation/Jenkinsfile b/automation/Jenkinsfile index 52cd895b..70db7d41 100644 --- a/automation/Jenkinsfile +++ b/automation/Jenkinsfile @@ -4,7 +4,7 @@ pipeline { stage('Build Container') { when { changeset "automation/Dockerfile-q7s" - branch 'develop' + branch 'mohr_ci' } steps { sh 'docker build -t eive-fsw-build-q7s:gcc8 - < automation/Dockerfile-q7s'