root hace 5 años
padre
commit
e73d742582
Se han modificado 1 ficheros con 1 adiciones y 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}
 	       }
       } 
     }