There was an error while loading. Please reload this page.
1 parent 1bd8b22 commit 043c503Copy full SHA for 043c503
1 file changed
Jenkinsfile
@@ -4,7 +4,7 @@ def dockerName = projectName.toLowerCase();
4
/* which platform to build documentation on */
5
def documentationPlatform = "ubuntu-clang"
6
/* depend on triqs upstream branch/project */
7
-def triqsBranch = env.CHANGE_TARGET ?: env.BRANCH_NAME
+def triqsBranch = 'unstable' /*env.CHANGE_TARGET ?: env.BRANCH_NAME*/
8
def triqsProject = '/TRIQS/triqs/' + triqsBranch.replaceAll('/', '%2F')
9
/* whether to keep and publish the results */
10
def keepInstall = !env.BRANCH_NAME.startsWith("PR-")
0 commit comments