added test sleep.
All checks were successful
internetmastercz/test/pipeline/pr-feature/Feature-1 This commit looks good
internetmastercz/test/pipeline/head This commit looks good

This commit is contained in:
2021-10-11 12:32:04 +02:00
parent b05f05f04b
commit 9a33dfa882

4
Jenkinsfile vendored
View File

@@ -10,7 +10,9 @@ pipeline {
}
stage('Test') {
steps {
echo 'Testing..'
echo "start Testing"
sh 'sleep 5'
echo "finish Testing"
}
}
stage('Deploy') {