diff --git a/Jenkinsfile b/Jenkinsfile index 0ba40cc..20a97bb 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -26,6 +26,11 @@ pipeline { steps { echo "Hello World for develop branch" } + } + stage('New_stage') { + steps { + echo "Hello World for develop branch" + } } /* stage('Deploy') { steps {