diff --git a/Jenkinsfile b/Jenkinsfile index 9b7731b..abe69e6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,7 @@ pipeline { stages { stage('Build') { steps { - echo "Building.. change9" + echo "Building.. change10" sh ''' echo "doing build stuff.." '''