Pinned Loading
-
jenkins shared-library dangled image...
jenkins shared-library dangled images cleaner / images untag, can be used with gcr.io and other docker-compatible registries 1class DockerCleaner {
2DockerRegistry dockerRegistry
34DockerCleaner(DockerRegistry dockerRegistry) {
5this.dockerRegistry = dockerRegistry
-
Groovy script that find long running...
Groovy script that find long running Jenkins jobs, and POST hook to saltstack reactor. 1import groovy.json.JsonOutput
23def runningBuilds = Jenkins.instance.getView('All').getBuilds().findAll() { it.isInProgress() }
4LinkedHashMap notificationPayload = [:]
5runningBuilds.each{ value ->
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.