mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
fixed s3 upload path
This commit is contained in:
parent
d2d242459c
commit
9c63b99198
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -225,9 +225,9 @@ pipeline {
|
||||
}
|
||||
}
|
||||
withAWS(region: 'us-east-1', credentials: 's3-vyos-downloads-rolling-rw') {
|
||||
s3Upload(bucket: 's3-us.vyos.io', path: 'rolling/',
|
||||
s3Upload(bucket: 's3-us.vyos.io', path: 'rolling/' + getGitBranchName() + '/',
|
||||
workingDir: 'build', includePathPattern: 'vyos*.iso')
|
||||
s3Copy(fromBucket: 's3-us.vyos.io', fromPath: getGitBranchName() + '/' + files[0].name,
|
||||
s3Copy(fromBucket: 's3-us.vyos.io', fromPath: 'rolling/' + getGitBranchName() + '/' + files[0].name,
|
||||
toBucket: 's3-us.vyos.io', toPath: getGitBranchName() + '/vyos-rolling-latest.iso')
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user