Ver Fonte

updated echo statement

Raymond Edah há 7 anos atrás
pai
commit
1c972df56a
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -7,7 +7,7 @@ pipeline {
     stages {
         stage('Build') {
             steps {
-                sh "echo Running ${env.BUILD_ID} on ${env.JENKINS_URL}"
+                sh "echo Starting build ${env.BUILD_ID}"
                 sh '/usr/bin/bash buildscripts/clean.sh'
             }
         }