Skip to content

Commit

Permalink
Do Not Merge: Change Release Branch for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jfaltermeier committed Dec 18, 2023
1 parent 852aec2 commit 2f3787e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
/* groovylint-disable NestedBlockDepth */
import groovy.json.JsonSlurper

releaseBranch = "master"
// TODO JF release branch changed for testing
releaseBranch = "jf/rebrand" //"master"
distFolder = "applications/electron/dist"

toStashDist = "${distFolder}/**"
Expand Down

0 comments on commit 2f3787e

Please sign in to comment.