root hace 5 años
padre
commit
d8c0ac1e07
Se han modificado 1 ficheros con 0 adiciones y 4 borrados
  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){
-            
           }
         }
       }