Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dedal
Manage
Activity
Members
Labels
Plan
Issues
2
Issue boards
Milestones
Wiki
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Harbor Registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EBRAINS RI
Tech Hub
Platform
EBRAINS Software Distribution
dedal
Commits
d9ae3fa4
Commit
d9ae3fa4
authored
1 year ago
by
Jakob Kaiser
Browse files
Options
Downloads
Patches
Plain Diff
fix: remove newline from build cache name of failed stable build
Change-Id: I3311ef858f140d39d2e793dd55ab4a368f421aa8
parent
862dcca6
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.ci/Jenkinsfile
+1
-1
1 addition, 1 deletion
.ci/Jenkinsfile
with
1 addition
and
1 deletion
.ci/Jenkinsfile
+
1
−
1
View file @
d9ae3fa4
...
...
@@ -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
(
script:
"echo 'stable_\$(date --iso)'"
,
returnStdout:
true
))
return
(
CONTAINER_BUILD_TYPE
==
"testing"
?
"c${GERRIT_CHANGE_NUMBER}p${GERRIT_PATCHSET_NUMBER}"
:
jesh
(
script:
"echo
-n
'stable_\$(date --iso)'"
,
returnStdout:
true
))
}
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment