cron('H H 1,6,11,16,21,26 * *')
}
options {
disableConcurrentBuilds()
timeout(time: 1, unit: 'HOURS')
buildDiscarder(logRotator(numToKeepStr: '10'))
}
|
||
|---|---|---|
| .. | ||
| lets-encrypt | ||
| create-common-volume.jenkinsfile | ||
| create-nginx-with-tools.jenkinsfile | ||
| deploy-dc.yml | ||
| nginx-with-tools-docker.dockerfile | ||
| restart-docker.jenkinsfile | ||
| start-proxy.jenkinsfile | ||
| update-from-git.jenkinsfile | ||