diff --git a/Jenkinsfile b/Jenkinsfile index 08054f4..dbe31fa 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,7 @@ pipeline { stages { stage('Build') { steps { - echo "Building.. change2" + echo "Building.. change3" sh ''' echo "doing build stuff.." '''