Skip to content
Snippets Groups Projects
Commit d810e56c authored by Philipp Spilger's avatar Philipp Spilger
Browse files

fix: Jenkinsfile for stable builds

Change-Id: I98f1b34ae65e2ff815eca8c32e5256501d042c43
parent 6331fb55
No related branches found
No related tags found
No related merge requests found
......@@ -231,5 +231,5 @@ pipeline {
}
String get_build_cache_on_failure_name() {
return (CONTAINER_BUILD_TYPE == "testing" ? "c${GERRIT_CHANGE_NUMBER}p${GERRIT_PATCHSET_NUMBER}" : jesh("echo 'stable_\$(date --iso)'", returnStdout: true))
return (CONTAINER_BUILD_TYPE == "testing" ? "c${GERRIT_CHANGE_NUMBER}p${GERRIT_PATCHSET_NUMBER}" : jesh(script: "echo 'stable_\$(date --iso)'", returnStdout: true))
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment