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 702de0f commit a30d7d6Copy full SHA for a30d7d6
ci/Jenkinsfile.linux
@@ -156,7 +156,7 @@ pipeline {
156
job: 'status-desktop/e2e/prs',
157
wait: false,
158
parameters: jenkins.mapToParams([
159
- GIT_REF: env.GIT_COMMIT,
+ GIT_REF: env.CHANGE_BRANCH ?: env.BRANCH_NAME,
160
BUILD_SOURCE: env.JOB_NAME,
161
]),
162
)
ci/Jenkinsfile.windows
@@ -162,7 +162,7 @@ pipeline {
job: 'status-desktop/e2e/prs-windows',
163
164
165
166
167
168
0 commit comments