oops, wrong language
fsfw/fsfw/pipeline/pr-development This commit looks good Details
fsfw/fsfw/pipeline/head This commit looks good Details

This commit is contained in:
Ulrich Mohr 2022-01-31 15:11:37 +01:00
parent 1ead156c64
commit 8a39971a1c
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@ pipeline {
agent {
dockerfile {
dir 'automation'
#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
//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
}