diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-01-27 22:04:03 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-01-27 22:04:12 +0100 |
commit | 84acd2a87e9e3d17bff59bb74d493b8d9599df1a (patch) | |
tree | d5c431cca4ce09e48537614503cfadab2309e9b8 /Jenkinsfile | |
parent | c535fc7a5622ef7140c5ef172b4807aaa258920e (diff) | |
download | vyos-build-84acd2a87e9e3d17bff59bb74d493b8d9599df1a.tar.gz vyos-build-84acd2a87e9e3d17bff59bb74d493b8d9599df1a.zip |
Jenkins: publish generic "latest-rolling" ISO download image
Diffstat (limited to 'Jenkinsfile')
-rw-r--r-- | Jenkinsfile | 2 |
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') } } |