Skip to content

Commit 4bdf344

Browse files
Abhijit Mahajaninikhil-zinjurde-imgtec
authored andcommitted
Jenkinsfile: remove ci40 prefixing for release VERSION
In case of VERSION string contains branchname-version then ci40 was getting prefixed unnecessarily. So removing the extra ci40 prefixing for release builds. Signed-off-by: Abhijit Mahajani <[email protected]>
1 parent 51aa811 commit 4bdf344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ node('docker && imgtec') { // Only run on internal slaves as build takes a lot
7373
// Package server config
7474
if (params.VERSION) {
7575
echo 'Updating server location for package downloads'
76-
sh "sed -i '/^CONFIG_VERSION_REPO/s/latest/ci40-${params.VERSION}/' .config"
76+
sh "sed -i '/^CONFIG_VERSION_REPO/s/latest/${params.VERSION}/' .config"
7777
}
7878

7979
// Add development config

0 commit comments

Comments
 (0)