Skip to content

Commit 043c503

Browse files
committed
[jenkins] Fix triqs to unstable branch
1 parent 1bd8b22 commit 043c503

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ def dockerName = projectName.toLowerCase();
44
/* which platform to build documentation on */
55
def documentationPlatform = "ubuntu-clang"
66
/* depend on triqs upstream branch/project */
7-
def triqsBranch = env.CHANGE_TARGET ?: env.BRANCH_NAME
7+
def triqsBranch = 'unstable' /*env.CHANGE_TARGET ?: env.BRANCH_NAME*/
88
def triqsProject = '/TRIQS/triqs/' + triqsBranch.replaceAll('/', '%2F')
99
/* whether to keep and publish the results */
1010
def keepInstall = !env.BRANCH_NAME.startsWith("PR-")

0 commit comments

Comments
 (0)