projects
/
pgapt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
558d420
)
Avoid {{ for now
author
Christoph Berg
<myon@debian.org>
Mon, 13 Jan 2025 10:17:01 +0000
(11:17 +0100)
committer
Christoph Berg
<myon@debian.org>
Mon, 13 Jan 2025 10:17:01 +0000
(11:17 +0100)
The jjb versions in bookworm and trixie have different handing of { in
templates, avoid that for now.
jenkins/pgapt-jobs.yaml
patch
|
blob
|
blame
|
history
diff --git
a/jenkins/pgapt-jobs.yaml
b/jenkins/pgapt-jobs.yaml
index 9f366b7d8b3ca09a7f3648f66bc10b2fff3b521d..800915de378303d03a63a4e059d5a93a98d2a632 100644
(file)
--- a/
jenkins/pgapt-jobs.yaml
+++ b/
jenkins/pgapt-jobs.yaml
@@
-897,11
+897,12
@@
- shell: |
cd /run/schroot/mount || exit 0
ls -al
+ rc=0
for session in $(find . -mindepth 1 -maxdepth 1 -mtime +1); do
sudo schroot -c $(basename $session) -e
rc=1
done
- exit $
{{rc:-0}}
+ exit $
rc
publishers:
- ircbot:
strategy: any-failure