changed builddir name in Jenkinsfile

This commit is contained in:
2022-01-26 12:28:30 +01:00
parent bc5a6b4a51
commit fe95c3337a

View File

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