Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Commit 99db7d7

Browse files
authored
Merge pull request #292 from okartau/fix-undeclr-ci_pr_num
CI Jenkinsfile: need ci_pr_num declared in master build
2 parents ec31e73 + 0608379 commit 99db7d7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ def slot_name = "ci-"
2727
// reasonable value: keep few recent, dont take risk to fill disk
2828
int num_builds_to_keep = 4
2929

30+
def ci_pr_num = ""
3031
if (is_pr) {
3132
if (params.containsKey("GITHUB_PR_NUMBER")) {
3233
ci_pr_num = "$GITHUB_PR_NUMBER"

0 commit comments

Comments
 (0)