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 { pipeline {
agent any agent any
parameters { parameters {
buildSelector { buildSelector (
defaultSelector: lastSuccessful(), defaultSelector: lastSuccessful(),
description: 'Build for copying artifacts', description: 'Build for copying artifacts',
name: 'BUILD_SELECTOR' name: 'BUILD_SELECTOR'
} )
} }
stages { stages {
stage('Copy Artifacts') { stage('Copy Artifacts') {