Catch 2 Update #538

Merged
mohr merged 13 commits from mueller/catch2-update into development 2022-01-31 15:18:43 +01:00
1 changed files with 2 additions and 3 deletions
Showing only changes of commit 5b968f7e5a - Show all commits

View File

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