root %!s(int64=5) %!d(string=hai) anos
pai
achega
a7eefe819e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      env/test.jenkins

+ 1 - 1
env/test.jenkins

@@ -11,7 +11,7 @@ pipeline {
       stage("build project") {
         steps {
           sh 'go build main.go webPage.go'
-          echo ${currentBuild.currentResult}
+          echo "${currentBuild.currentResult}""
 	       }
       } 
     }