forcing docker build #2
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit

This commit is contained in:
Ulrich Mohr 2021-07-29 12:18:32 +02:00
parent acaf87095a
commit af6f24d668

View File

@ -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'