added test sleep.
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -10,7 +10,9 @@ pipeline {
|
||||
}
|
||||
stage('Test') {
|
||||
steps {
|
||||
echo 'Testing..'
|
||||
echo "start Testing"
|
||||
sh 'sleep 5'
|
||||
echo "finish Testing"
|
||||
}
|
||||
}
|
||||
stage('Deploy') {
|
||||
|
||||
Reference in New Issue
Block a user