first steps in CI integration #66
2
automation/Jenkinsfile
vendored
2
automation/Jenkinsfile
vendored
@ -4,7 +4,7 @@ pipeline {
|
|||||||
stage('Build Container') {
|
stage('Build Container') {
|
||||||
when {
|
when {
|
||||||
changeset "automation/Dockerfile-q7s"
|
changeset "automation/Dockerfile-q7s"
|
||||||
branch 'develop'
|
branch 'mohr_ci'
|
||||||
}
|
}
|
||||||
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'
|
||||||
|
Loading…
Reference in New Issue
Block a user