root 5 yıl önce
ebeveyn
işleme
e73d742582
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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}
 	       }
       } 
     }