projects
/
osm
/
devops.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3c90a8
)
Fix Jenkinsfile.new to launch license scan from proper folder
95/15695/1
author
garciadeblas
<gerardo.garciadeblas@telefonica.com>
Fri, 23 Jan 2026 11:04:59 +0000
(12:04 +0100)
committer
garciadeblas
<gerardo.garciadeblas@telefonica.com>
Fri, 23 Jan 2026 11:04:59 +0000
(12:04 +0100)
Change-Id: Iec485eac68c08444028e395bac5ccdae78791af9
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
Jenkinsfile.new
patch
|
blob
|
history
diff --git
a/Jenkinsfile.new
b/Jenkinsfile.new
index
3e1b612
..
3f7a36e
100644
(file)
--- a/
Jenkinsfile.new
+++ b/
Jenkinsfile.new
@@
-66,7
+66,7
@@
pipeline {
steps {
script {
def isMergeJob = env.JOB_NAME?.contains('merge')
- if (!isMergeJob) { sh '
devops/
tools/license_scan.sh' } else { echo 'skip the scan for merge' }
+ if (!isMergeJob) { sh 'tools/license_scan.sh' } else { echo 'skip the scan for merge' }
}
}
}