Attention: this is the key used to sign the certificate requests, anyone holding this can sign certificates on your behalf. So keep it in a safe place!
openssl genrsa -des3 -out rootCA.key 4096| Jenkins.instance.getItems().each { job -> | |
| job.builds.each { build -> | |
| if (build.getResult().equals(null)) { | |
| build.finish(hudson.model.Result.ABORTED, new java.io.IOException("Aborting build")); | |
| } | |
| } | |
| } |