This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
appsptb
/
ptb-fe
Segui
1
Vota
0
Forka
0
File
Problemi
3
Pull Requests
0
Wiki
Sfoglia il codice sorgente
Update 'Jenkinsfile'
appsptb
3 anni fa
parent
61def5c41c
commit
c8c13fb0fc
1 ha cambiato i file
con
4 aggiunte
e
1 eliminazioni
Visualizzazione separata
Mostra Diff Stats
4
1
Jenkinsfile
+ 4
- 1
Jenkinsfile
Vedi File
@@ -37,5 +37,8 @@ node {
}
}
}
-}
+ }
+ catch (err) {
+ throw err
+ }
}