mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 02:56:41 +07:00
test jenkins
This commit is contained in:
parent
cf2391e791
commit
74f7d2171b
1 changed files with 1 additions and 6 deletions
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
|
@ -9,13 +9,8 @@ pipeline {
|
||||||
stage('Show the branch 1') {
|
stage('Show the branch 1') {
|
||||||
steps {
|
steps {
|
||||||
sh '/bin/true'
|
sh '/bin/true'
|
||||||
echo "BRANCH IS: ${params.BRANCH}"
|
echo "BRANCH IS: ${env.BRANCH}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
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