This commit is contained in:
Alicja Szulecka 2024-03-26 20:12:25 +01:00
parent 9edd5394da
commit 55469ae5b2

4
stats/Jenkinsfile vendored
View File

@ -1,11 +1,11 @@
pipeline {
agent any
parameters {
buildSelector {
buildSelector (
defaultSelector: lastSuccessful(),
description: 'Build for copying artifacts',
name: 'BUILD_SELECTOR'
}
)
}
stages {
stage('Copy Artifacts') {