Update 'Jenkinsfile_dataset_stats'
This commit is contained in:
parent
425ffc7547
commit
98ea819620
@ -1,7 +1,12 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
//Definijuemy parametry, które będzie można podać podczas wywoływania zadania
|
//Definijuemy parametry, które będzie można podać podczas wywoływania zadania
|
||||||
parameters{}
|
parameters{
|
||||||
|
choice(
|
||||||
|
choices: ['lastSuccessful()', 'lastCompleted()', 'latestSavedBuild()'],
|
||||||
|
description: 'Which build to use for copying artifacts',
|
||||||
|
name: 'BUILD_SELECTOR'
|
||||||
|
)}
|
||||||
stages {
|
stages {
|
||||||
stage('clear_all') {
|
stage('clear_all') {
|
||||||
steps {
|
steps {
|
||||||
|
Loading…
Reference in New Issue
Block a user