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 5b968f7e5a - Show all commits

View File

@ -1,11 +1,10 @@
pipeline { pipeline {
environment { environment {
DOCK_FILE_DIR = 'automation' BUILDDIR = 'build-tests'
BUILDDIR = 'build-tests'
} }
agent { agent {
dockerfile { dockerfile {
dir DOCK_FILE_DIR dir 'automation'
additionalBuildArgs '--no-cache' additionalBuildArgs '--no-cache'
reuseNode true reuseNode true
} }