root 5 vuotta sitten
vanhempi
commit
70a9330cde
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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}"
 	       }
       } 
     }