Browse Source

test logs

root 5 years ago
parent
commit
d8c0ac1e07
1 changed files with 0 additions and 4 deletions
  1. 0 4
      env/test.jenkins

+ 0 - 4
env/test.jenkins

@@ -10,11 +10,7 @@ pipeline {
     stages {
       stage("build project") {
         steps {
-          try{
             sh 'go build main.go webPage.go'
-	         }
-          catch (e){
-            
           }
         }
       }