Compare commits
2 Commits
ba1917abb2
...
628c504161
Author | SHA1 | Date |
---|---|---|
|
628c504161 | |
|
3bd4d4e642 |
|
@ -1,4 +1,8 @@
|
|||
pipeline {
|
||||
triggers {
|
||||
cron 'H H * * H'
|
||||
}
|
||||
|
||||
agent {
|
||||
kubernetes {
|
||||
yamlFile 'ci/podTemplate.yaml'
|
||||
|
@ -56,7 +60,10 @@ pipeline {
|
|||
|
||||
post {
|
||||
success {
|
||||
build "${BRANCH_NAME.replace('base/', 'cross%2F')}"
|
||||
build([
|
||||
job: "${BRANCH_NAME.replace('base/', 'cross%2F')}",
|
||||
wait: false,
|
||||
])
|
||||
}
|
||||
|
||||
failure {
|
||||
|
|
Reference in New Issue