Skip to content

Commit

Permalink
[jenkins] Manually set triqsBranch to 3.1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentzell committed Mar 1, 2022
1 parent 911ef28 commit cb62b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ def dockerName = projectName.toLowerCase();
/* which platform to build documentation on */
def documentationPlatform = "ubuntu-clang"
/* depend on triqs upstream branch/project */
def triqsBranch = env.CHANGE_TARGET ?: env.BRANCH_NAME
def triqsBranch = "3.1.x"
def triqsProject = '/TRIQS/triqs/' + triqsBranch.replaceAll('/', '%2F')
/* whether to keep and publish the results */
def keepInstall = !env.BRANCH_NAME.startsWith("PR-")
Expand Down

0 comments on commit cb62b97

Please sign in to comment.