Explorar o código

updated echo statement

Raymond Edah %!s(int64=7) %!d(string=hai) anos
pai
achega
414ce6b8df
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

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