We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5277397 commit 047e560Copy full SHA for 047e560
vars/getCheckoutInfo.groovy
@@ -1,8 +1,8 @@
1
def call() {
2
3
def repoInfo = [
4
- branch: env.ghprbSourceBranch ?: params.branch_specifier ?: 'missing branch_specifier'
5
- targetBranch: env.ghprbTargetBranch
+ branch: env.ghprbSourceBranch ?: params.branch_specifier ?: 'missing branch_specifier',
+ targetBranch: env.ghprbTargetBranch,
6
]
7
8
dir("kibana") {
0 commit comments