Update FSFW from Upstream #27

Merged
muellerr merged 523 commits from mueller/update-from-upstream into develop 2022-05-17 10:06:59 +02:00
Showing only changes of commit 1ead156c64 - Show all commits

View File

@ -5,7 +5,9 @@ pipeline {
agent {
dockerfile {
dir 'automation'
additionalBuildArgs '--no-cache'
#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
additionalBuildArgs '--no-cache --pull'
reuseNode true
}
}