fix pipeline2

This commit is contained in:
piotr6789 2021-03-28 22:31:20 +02:00
parent 293cbe48a6
commit 4db0f002e0

View File

@ -1,6 +1,8 @@
pipeline {
agent any
parameters {
buildSelector(defaultSelector: lastSuccessful(), description: 'Which build to use for copying artifacts', name: 'BUILD_SELECTOR')
}
stages {
stage('checkout') {
steps {