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 {
agent any
environment {
BUILDDIR = 'build-unittests'
BUILDDIR = 'build-tests'
}
stages {
stage('Create Docker') {