root 5 anni fa
parent
commit
d8c0ac1e07
1 ha cambiato i file con 0 aggiunte e 4 eliminazioni
  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){
-            
           }
         }
       }