changed builddir name in Jenkinsfile
This commit is contained in:
parent
bc5a6b4a51
commit
fe95c3337a
2
automation/Jenkinsfile
vendored
2
automation/Jenkinsfile
vendored
@ -1,7 +1,7 @@
|
||||
pipeline {
|
||||
agent any
|
||||
environment {
|
||||
BUILDDIR = 'build-unittests'
|
||||
BUILDDIR = 'build-tests'
|
||||
}
|
||||
stages {
|
||||
stage('Create Docker') {
|
||||
|
Loading…
Reference in New Issue
Block a user