add Jenkinsfile for php image
This commit is contained in:
4
dockerfiles/tasks/php/Jenkinsfile
vendored
4
dockerfiles/tasks/php/Jenkinsfile
vendored
@@ -3,6 +3,10 @@ pipeline {
|
||||
triggers {
|
||||
cron('@daily')
|
||||
}
|
||||
options {
|
||||
disableConcurrentBuilds(),
|
||||
buildDiscarder(logRotator(numToKeepStr: '2'))
|
||||
}
|
||||
stages {
|
||||
stage('Build Image') {
|
||||
steps {
|
||||
|
||||
Reference in New Issue
Block a user