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 { pipeline {
agent any agent any
properties([parameters([ parameters{
buildSelector( buildSelector(
defaultSelector: lastSuccessful(), defaultSelector: lastSuccessful(),
description: 'Which build to use for copying artifacts', description: 'Which build to use for copying artifacts',
name: 'BUILD_SELECTOR') name: 'BUILD_SELECTOR')
])]) }
stages { stages {
stage('Clone repository') { stage('Clone repository') {
steps { steps {