Generators & CMake & FSFW Update #42

Merged
meierj merged 22 commits from mueller/generators-cmake-fsfw-update into develop 2021-06-11 13:22:46 +02:00
Showing only changes of commit ab560bc0fc - Show all commits

10
Jenkinsfile vendored
View File

@ -1,10 +0,0 @@
pipeline {
agent { docker { image 'alpine:latest' } }
stages {
stage('build') {
steps {
sh 'echo Hello World'
}
}
}
}