summaryrefslogtreecommitdiff
path: root/Jenkinsfile
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2022-01-27 22:04:03 +0100
committerChristian Poessinger <christian@poessinger.com>2022-01-27 22:04:12 +0100
commit84acd2a87e9e3d17bff59bb74d493b8d9599df1a (patch)
treed5c431cca4ce09e48537614503cfadab2309e9b8 /Jenkinsfile
parentc535fc7a5622ef7140c5ef172b4807aaa258920e (diff)
downloadvyos-build-84acd2a87e9e3d17bff59bb74d493b8d9599df1a.tar.gz
vyos-build-84acd2a87e9e3d17bff59bb74d493b8d9599df1a.zip
Jenkins: publish generic "latest-rolling" ISO download image
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 28fb2c25..405b6c7b 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -167,7 +167,7 @@ pipeline {
s3Upload(bucket: 's3-us.vyos.io', path: 'rolling/' + getGitBranchName() + '/',
workingDir: 'build', includePathPattern: 'vyos*.iso')
s3Copy(fromBucket: 's3-us.vyos.io', fromPath: 'rolling/' + getGitBranchName() + '/' + files[0].name,
- toBucket: 's3-us.vyos.io', toPath: getGitBranchName() + '/vyos-rolling-latest.iso')
+ toBucket: 's3-us.vyos.io', toPath: 'rolling/' + getGitBranchName() + '/vyos-rolling-latest.iso')
}
}