v1.6.0 #78

Merged
muellerr merged 147 commits from develop into main 2021-08-09 16:08:26 +02:00
Showing only changes of commit 6c8336bcfe - Show all commits

View File

@ -4,7 +4,7 @@ pipeline {
stage('Build Container') { stage('Build Container') {
when { when {
changeset "automation/Dockerfile-q7s" changeset "automation/Dockerfile-q7s"
branch 'mohr_ci' branch 'develop'
} }
steps { steps {
sh 'docker build -t eive-fsw-build-q7s:gcc8 - < automation/Dockerfile-q7s' sh 'docker build -t eive-fsw-build-q7s:gcc8 - < automation/Dockerfile-q7s'