v1.9.0 #175
7
automation/Jenkinsfile
vendored
7
automation/Jenkinsfile
vendored
@ -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'
|
||||||
|
Loading…
Reference in New Issue
Block a user