v1.9.0 #175

Merged
muellerr merged 623 commits from develop into main 2022-03-08 10:32:41 +01:00
Showing only changes of commit 4a20306a83 - Show all commits

View File

@ -3,8 +3,11 @@ pipeline {
stages { stages {
stage('Build Container') { stage('Build Container') {
when { when {
changeset "automation/Dockerfile-q7s" anyOf {
branch 'develop' changeset "automation/Dockerfile-q7s"
branch 'develop';
changelog 'cleanDocker'
}
} }
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'