This commit is contained in:
2019-09-27 15:04:30 +02:00
parent c84ed00eb3
commit 717cf1f32d
Vendored
+1 -1
View File
@@ -114,7 +114,7 @@ node {
stage('deploy'){
echo 'this is where we would start deploying the '
sh '''
echo l
echo test
'''
}
}