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
d1d324a792
commit
ae3f6d13da
1 changed files with 2 additions and 2 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -2,14 +2,14 @@ pipeline {
|
|||
agent any
|
||||
|
||||
parameters {
|
||||
gitParameter branchFilter: '(.*)', defaultValue: 'master', name: 'BRANCH', type: 'PT_BRANCH'
|
||||
gitParameter branchFilter: '.*/(.*)', defaultValue: 'master', name: 'BRANCH', type: 'PT_BRANCH'
|
||||
}
|
||||
|
||||
stages {
|
||||
stage('Show the branch 1') {
|
||||
steps {
|
||||
sh '/bin/true'
|
||||
echo "${params.BRANCH}"
|
||||
echo "BRANCH IS: ${params.BRANCH}"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue