Browse Source

test logs

root 5 years ago
parent
commit
70a9330cde
1 changed files with 1 additions and 1 deletions
  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}"
 	       }
       } 
     }