root %!s(int64=5) %!d(string=hai) anos
pai
achega
e73d742582
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'
-          sh 'echo ${currentBuild.currentResult} > /tmp/test.log'
+          echo ${currentBuild.currentResult}
 	       }
       } 
     }