Zaktualizuj 'Jenkinsfile-stats'

This commit is contained in:
Sebastian Wałęsa 2022-03-27 22:48:29 +02:00
parent f414f77265
commit fac46cb8fc

View File

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