projects
/
osm
/
MON.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd18487
)
Fix. Execute the changelog shell script without login
54/15754/1
author
garciadeblas
<gerardo.garciadeblas@telefonica.com>
Sat, 14 Feb 2026 10:08:47 +0000
(11:08 +0100)
committer
garciadeblas
<gerardo.garciadeblas@telefonica.com>
Sat, 14 Feb 2026 10:08:47 +0000
(11:08 +0100)
Change-Id: Iefb91fe5e9b2ec64d72d4735201f6ebeb38ccc29
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
Jenkinsfile.new
patch
|
blob
|
history
diff --git
a/Jenkinsfile.new
b/Jenkinsfile.new
index
9165023
..
9e37271
100644
(file)
--- a/
Jenkinsfile.new
+++ b/
Jenkinsfile.new
@@
-121,7
+121,7
@@
pipeline {
sh """
docker run --rm ${common} \
${env.TEST_IMAGE} \
-
/bin/sh -l
c 'devops/tools/generatechangelog-pipeline.sh > /tests/changelog/changelog-${MDG}.html'
+
sh -
c 'devops/tools/generatechangelog-pipeline.sh > /tests/changelog/changelog-${MDG}.html'
"""
}
}