root 5 lat temu
rodzic
commit
70a9330cde
1 zmienionych plików z 1 dodań i 1 usunięć
  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}"
 	       }
       } 
     }