cleanDocker
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good

This commit is contained in:
Robin Müller 2022-01-19 11:28:37 +01:00
parent 7138d29041
commit 4a20306a83

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'