mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 02:56:41 +07:00
check jenkins
This commit is contained in:
parent
8dfd28b346
commit
cf2391e791
1 changed files with 5 additions and 0 deletions
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
|
@ -13,4 +13,9 @@ pipeline {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
node('master') {
|
||||
build job: 'build', parameters: [string(name: 'Branch', value: "${env.BRANCH_NAME}")], propagate: true, wait: true
|
||||
build job: 'release', parameters: [string(name: 'Branch', value: "${env.BRANCH_NAME}")], propagate: true, wait: true
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue