diff --git a/Jenkinsfile b/Jenkinsfile index 98a4134..c71d202 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,7 @@ pipeline { stages { stage('Build') { steps { - echo "Building.. change4" + echo "Building.. change5" sh ''' echo "doing build stuff.." '''