Skip to content

Commit c933824

Browse files
authored
Fix jenkins pipeline so it shows in the dashboard
Signed-off-by: Sombrio <[email protected]>
1 parent 8a5e87e commit c933824

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)