diff --git a/Jenkinsfile b/Jenkinsfile index c1cc9ba..ce7373c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,7 +12,8 @@ pipeline { stage('build') { steps { script { - echo "Building the application..." + echo "Building the application..." + echo "some changes to trigger build" } } }