This commit is contained in:
parent
870dd717e4
commit
bb2f5bbb03
5
automation/Jenkinsfile
vendored
5
automation/Jenkinsfile
vendored
@ -3,8 +3,11 @@ pipeline {
|
||||
stages {
|
||||
stage('Build Container') {
|
||||
when {
|
||||
anyOf {
|
||||
changeset "automation/Dockerfile-q7s"
|
||||
branch 'develop'
|
||||
branch 'develop';
|
||||
changelog 'cleanDocker'
|
||||
}
|
||||
}
|
||||
steps {
|
||||
sh 'docker build -t eive-fsw-build-q7s:gcc8 - < automation/Dockerfile-q7s'
|
||||
|
Loading…
Reference in New Issue
Block a user