diff --git a/Jenkinsfile b/Jenkinsfile index 903d720..880ea8a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,7 @@ pipeline { stages { stage('Build') { steps { - echo "Building.." + echo "Building.. change" sh ''' echo "doing build stuff.." '''