bd796dbfbc
- add support for pathPrefix support - with tests - defined strip-prefix - undefined strip-prefix Change-Id: I53288da0ad40ec486c2ed00c9d6306abad096992 Signed-off-by: Max Kovgan <kovganm@gmail.com>
22 lines
778 B
YAML
22 lines
778 B
YAML
publishers:
|
|
- google-cloud-storage:
|
|
credentials-id: 'myCredentials'
|
|
uploads:
|
|
- expiring-elements:
|
|
bucket-name: 'gs://myBucket'
|
|
days-to-retain: 7
|
|
- build-log:
|
|
log-name: 'console.log'
|
|
storage-location: 'gs://myBucket'
|
|
upload-for-failed-jobs: true
|
|
share-publicly: true
|
|
- classic:
|
|
file-pattern: 'target/*.war'
|
|
storage-location: 'gs://myBucket'
|
|
upload-for-failed-jobs: true
|
|
- classic:
|
|
file-pattern: '**/build/*.iso'
|
|
storage-location: 'gs://myBucket/artifacts/'
|
|
share-publicly: true
|
|
strip-prefix: 'path/to/'
|