first steps in CI integration #66

Merged
muellerr merged 8 commits from mohr_ci into develop 2021-07-29 16:45:12 +02:00
Showing only changes of commit 6c8336bcfe - Show all commits

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'