This website works better with JavaScript
Home
Explore
Help
Sign In
iru
/
node
Watch
4
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Test
Vadim Surkov
7 years ago
parent
732404184c
commit
bd2628b296
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
Jenkinsfile
+ 1
- 1
Jenkinsfile
View File
@@ -42,7 +42,7 @@ pipeline {
}
catch(err){
echo "Recovering service $item"
-
//
throw
+ throw
err
}
}
}