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