projects
/
osm
/
RO.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ad07a3
)
Fix. Execute the changelog shell script without login
59/15759/1
master
author
garciadeblas
<gerardo.garciadeblas@telefonica.com>
Sat, 14 Feb 2026 10:12:55 +0000
(11:12 +0100)
committer
garciadeblas
<gerardo.garciadeblas@telefonica.com>
Sat, 14 Feb 2026 10:12:55 +0000
(11:12 +0100)
Change-Id: I43b622a431ff8c70c62a0a2b344ae6f79443448c
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
Jenkinsfile.new
patch
|
blob
|
history
diff --git
a/Jenkinsfile.new
b/Jenkinsfile.new
index
d2541cb
..
eb9fe4f
100644
(file)
--- a/
Jenkinsfile.new
+++ b/
Jenkinsfile.new
@@
-123,7
+123,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'
"""
}
}
@@
-232,4
+232,4
@@
pipeline {
deleteDir()
}
}
-}
\ No newline at end of file
+}