diff --git a/Jenkinsfile b/Jenkinsfile index 2984a8f3..9ffef84e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,6 +12,11 @@ pipeline { steps { echo 'Testing..' sleep(10) + echo 'RED' + sleep(10) + echo 'YELLOW' + sleep(10) + echo 'GREEN' } } stage('Deploy') {