Skip to content

Commit

Permalink
[jenkins] Change triqs branch to 3.2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentzell committed Aug 24, 2023
1 parent a830e81 commit c3cd84b
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.2.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 c3cd84b

Please sign in to comment.