Update Jenkinsfile

This commit is contained in:
Alicja Szulecka 2024-04-29 21:09:13 +02:00
parent 5ff6e66c4f
commit ac93029123
1 changed files with 7 additions and 0 deletions

7
Jenkinsfile vendored
View File

@ -1,5 +1,12 @@
pipeline {
agent any
parameters {
buildSelector (
defaultSelector: lastSuccessful(),
description: 'Build for copying artifacts',
name: 'BUILD_SELECTOR'
)
}
stages {
stage('Git Checkout') {
steps {