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'){ stage('deploy'){
echo 'this is where we would start deploying the ' echo 'this is where we would start deploying the '
sh ''' sh '''
echo l echo test
''' '''
} }
} }