Update FSFW from Upstream #27
4
automation/Jenkinsfile
vendored
4
automation/Jenkinsfile
vendored
@ -5,8 +5,8 @@ pipeline {
|
|||||||
agent {
|
agent {
|
||||||
dockerfile {
|
dockerfile {
|
||||||
dir 'automation'
|
dir 'automation'
|
||||||
#force docker to redownload base image and rebuild all steps instead of caching them
|
//force docker to redownload base image and rebuild all steps instead of caching them
|
||||||
#this way, we always get an up to date docker image one each build
|
//this way, we always get an up to date docker image one each build
|
||||||
additionalBuildArgs '--no-cache --pull'
|
additionalBuildArgs '--no-cache --pull'
|
||||||
reuseNode true
|
reuseNode true
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user