projects
/
osm
/
NBI.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9cb94d7
)
Fix. Execute the changelog shell script without login
53/15753/1
author
garciadeblas
<gerardo.garciadeblas@telefonica.com>
Sat, 14 Feb 2026 10:09:31 +0000
(11:09 +0100)
committer
garciadeblas
<gerardo.garciadeblas@telefonica.com>
Sat, 14 Feb 2026 10:09:31 +0000
(11:09 +0100)
Change-Id: Ic7873e4765f30da77cb60acf44db3789e7970f87
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
Jenkinsfile.new
patch
|
blob
|
history
diff --git
a/Jenkinsfile.new
b/Jenkinsfile.new
index
19f21d6
..
4ad5335
100644
(file)
--- a/
Jenkinsfile.new
+++ b/
Jenkinsfile.new
@@
-127,7
+127,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'
"""
}
}