add Jenkinsfile for composer image
This commit is contained in:
13
dockerfiles/tasks/composer/Jenkinsfile
vendored
Normal file
13
dockerfiles/tasks/composer/Jenkinsfile
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
pipeline {
|
||||
agent any
|
||||
triggers {
|
||||
cron('@daily')
|
||||
}
|
||||
stages {
|
||||
stage('Build Image') {
|
||||
steps {
|
||||
build job: '_build_image', parameters: [string(name: 'IMAGE', value: 'composer')], quietPeriod: 1
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user