root 5 سال پیش
والد
کامیت
e73d742582
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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}
 	       }
       } 
     }