something's broken with the automatic docker build, reverting change, will look into it later
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:20:02 +02:00
parent af6f24d668
commit 6c8336bcfe

View File

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