Zaktualizuj 'Jenkinsfile-stats'

This commit is contained in:
Sebastian Wałęsa 2022-03-27 22:50:56 +02:00
parent fac46cb8fc
commit 2bb43ffde1

View File

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