Update 'Jenkinsfile_dataset_stats'
This commit is contained in:
parent
425ffc7547
commit
98ea819620
@ -1,7 +1,12 @@
|
||||
pipeline {
|
||||
agent any
|
||||
//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 {
|
||||
stage('clear_all') {
|
||||
steps {
|
||||
|
Loading…
Reference in New Issue
Block a user