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 1 additions and 1 deletions
Showing only changes of commit fe95c3337a - Show all commits

View File

@ -1,7 +1,7 @@
pipeline {
agent any
environment {
BUILDDIR = 'build-unittests'
BUILDDIR = 'build-tests'
}
stages {
stage('Create Docker') {