mirror of
https://github.com/status-im/status-react.git
synced 2025-01-14 04:55:13 +00:00
jenkins: allow combined jobs to copy artifacts
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
8f15d69567
commit
157d054e33
@ -13,6 +13,8 @@ pipeline {
|
|||||||
daysToKeepStr: '20',
|
daysToKeepStr: '20',
|
||||||
artifactNumToKeepStr: '10',
|
artifactNumToKeepStr: '10',
|
||||||
))
|
))
|
||||||
|
/* Allows combined build to copy */
|
||||||
|
copyArtifactPermission('/status-react/*')
|
||||||
}
|
}
|
||||||
|
|
||||||
parameters {
|
parameters {
|
||||||
|
@ -21,6 +21,8 @@ pipeline {
|
|||||||
daysToKeepStr: '20',
|
daysToKeepStr: '20',
|
||||||
artifactNumToKeepStr: '10',
|
artifactNumToKeepStr: '10',
|
||||||
))
|
))
|
||||||
|
/* Allows combined build to copy */
|
||||||
|
copyArtifactPermission('/status-react/*')
|
||||||
}
|
}
|
||||||
|
|
||||||
environment {
|
environment {
|
||||||
|
@ -21,6 +21,8 @@ pipeline {
|
|||||||
daysToKeepStr: '20',
|
daysToKeepStr: '20',
|
||||||
artifactNumToKeepStr: '10',
|
artifactNumToKeepStr: '10',
|
||||||
))
|
))
|
||||||
|
/* Allows combined build to copy */
|
||||||
|
copyArtifactPermission('/status-react/*')
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -21,6 +21,8 @@ pipeline {
|
|||||||
daysToKeepStr: '20',
|
daysToKeepStr: '20',
|
||||||
artifactNumToKeepStr: '10',
|
artifactNumToKeepStr: '10',
|
||||||
))
|
))
|
||||||
|
/* Allows combined build to copy */
|
||||||
|
copyArtifactPermission('/status-react/*')
|
||||||
}
|
}
|
||||||
|
|
||||||
environment {
|
environment {
|
||||||
|
@ -21,6 +21,8 @@ pipeline {
|
|||||||
daysToKeepStr: '20',
|
daysToKeepStr: '20',
|
||||||
artifactNumToKeepStr: '10',
|
artifactNumToKeepStr: '10',
|
||||||
))
|
))
|
||||||
|
/* Allows combined build to copy */
|
||||||
|
copyArtifactPermission('/status-react/*')
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user