티스토리 뷰

공부

[Python] Making a job fail in jenkins

승가비 2020. 6. 26. 01:03
728x90
import sys
sys.exit(-1)

https://stackoverflow.com/questions/12036620/making-a-job-fail-in-jenkins

 

Making a job fail in jenkins

This question might sound weird, but how do I make a job fail? I have a python script that compiles few files using scons, and which is running as a jenkins job. The script tests if the compiler ...

stackoverflow.com

 

728x90

'공부' 카테고리의 다른 글

[Kibana] filter greater than count  (0) 2020.06.26
[Python] binary string to int  (0) 2020.06.26
[Sh] sleep  (0) 2020.06.26
[Python] regexp split  (1) 2020.06.26
[Python] contains HashSet  (0) 2020.06.26
댓글