diff --git a/Jenkinsfile b/Jenkinsfile index df18a68..4019106 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,10 +5,8 @@ pipeline { stages { stage('test') { steps { - script { - echo "Testing the application..." - echo "Executing pipeline for branch $BRANCH_NAME" - } + echo "Testing the application..." + echo "Executing pipeline for branch $BRANCH_NAME" buildJar } }