diff --git a/Jenkinsfile b/Jenkinsfile index 54f2115..8c49ffb 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,7 @@ pipeline { stages { stage('Build') { steps { - echo "Building.. change6" + echo "Building.. change7" sh ''' echo "doing build stuff.." '''