Added CFDP packet stack #528

Merged
muellerr merged 10 commits from KSat/fsfw:mueller/cfdp-pdus into development 2022-02-02 10:27:40 +01:00
Showing only changes of commit d39e0c8bb6 - Show all commits

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