From 1417965dfb8e2f5e63e3dcaa40ead024f9eef24b Mon Sep 17 00:00:00 2001 From: Patrick Seewald Date: Wed, 29 May 2019 13:18:47 +0200 Subject: [PATCH] Enable lmax=7 library and better release names --- Jenkinsfile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 7e0d5a9..006c7e2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -32,6 +32,13 @@ pipeline { } } } + stage("lmax-7"){ + steps { + script { + configure_libint(7) + } + } + } } } } @@ -64,7 +71,7 @@ def configure_libint(lmax) { } def upload_tarballs(tarballs) { - def release_name = "libint_${TAG_NAME}_cp2k" + def release_name = "Libint ${TAG_NAME} CP2K" withCredentials([usernamePassword(credentialsId: 'cp2k-libint_github', passwordVariable: 'GITHUB_TOKEN', usernameVariable: 'GITHUB_USER')]) { withEnv(["RELEASE_NAME=${release_name}"]) {