This commit is contained in:
Andreas 2019-09-27 15:04:30 +02:00
parent c84ed00eb3
commit 717cf1f32d

2
Jenkinsfile vendored
View File

@ -114,7 +114,7 @@ node {
stage('deploy'){
echo 'this is where we would start deploying the '
sh '''
echo l
echo test
'''
}
}