ci: add PR numbers to filenames of artifacts
This is useful for QA team when they download multiple builds. Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
be37b1683e
commit
dd0031f68e
|
@ -1,4 +1,4 @@
|
|||
library 'status-jenkins-lib@v1.2.15'
|
||||
library 'status-jenkins-lib@v1.2.16'
|
||||
|
||||
pipeline {
|
||||
agent { label 'linux' }
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
library 'status-jenkins-lib@v1.2.15'
|
||||
library 'status-jenkins-lib@v1.2.16'
|
||||
|
||||
pipeline {
|
||||
agent { label 'linux' }
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
library 'status-jenkins-lib@v1.2.15'
|
||||
library 'status-jenkins-lib@v1.2.16'
|
||||
|
||||
pipeline {
|
||||
agent { label 'macos-xcode-12.3' }
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
library 'status-jenkins-lib@v1.2.15'
|
||||
library 'status-jenkins-lib@v1.2.16'
|
||||
|
||||
pipeline {
|
||||
agent { label params.AGENT_LABEL }
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
library 'status-jenkins-lib@v1.2.15'
|
||||
library 'status-jenkins-lib@v1.2.16'
|
||||
|
||||
pipeline {
|
||||
agent { label 'macos' }
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
library 'status-jenkins-lib@v1.2.15'
|
||||
library 'status-jenkins-lib@v1.2.16'
|
||||
|
||||
pipeline {
|
||||
agent { label 'linux' }
|
||||
|
|
Loading…
Reference in New Issue