hopefully fixed jenkinsfile again2

This commit is contained in:
Maciej Tyczynski 2023-04-19 19:00:50 +02:00
parent 216f50184f
commit c3f99edd4d

View File

@ -1,11 +1,11 @@
pipeline {
agent any
properties([parameters([
parameters{
buildSelector(
defaultSelector: lastSuccessful(),
description: 'Which build to use for copying artifacts',
name: 'BUILD_SELECTOR')
])])
}
stages {
stage('Clone repository') {
steps {