공부
[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