Skip to content

Commit 973317c

Browse files
authored
Merge pull request #2707 from sombraSoft/patch-1
Fix jenkins nightly pipeline so the build shows in openroad dashboard
2 parents 24e99ab + c933824 commit 973317c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

jenkins/public_nightly.Jenkinsfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ node {
6464
}
6565

6666
stage ('Cleanup and Reporting') {
67+
env.CHANGE_BRANCH = 'nightly'
68+
env.BRANCH_NAME = 'nightly'
6769
finalReport(DOCKER_IMAGE);
6870
}
6971

0 commit comments

Comments
 (0)