BLD jenkinsfile
ln.type/pipeline/head There was a failure building this commit Details

master
Niclas Thobaben 2020-11-18 17:39:39 +01:00
parent 4059809c15
commit 443be486ae
1 changed files with 0 additions and 6 deletions

6
Jenkinsfile vendored
View File

@ -1,12 +1,6 @@
pipeline {
agent any
stages {
stage('Unit-Tests') {
steps {
sh 'echo "Start Unit-Tests..."'
}
}
stage('Integration-Tests') {
steps {
sh 'echo "Start Integration-Tests..."'