changed builddir name in Jenkinsfile
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details

This commit is contained in:
Robin Müller 2022-01-26 12:28:30 +01:00
parent bc5a6b4a51
commit fe95c3337a
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
1 changed files with 1 additions and 1 deletions

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') {