cutoff
This commit is contained in:
parent
684c1bb274
commit
b190c8fbc2
19
Jenkinsfile
vendored
19
Jenkinsfile
vendored
@ -1,14 +1,15 @@
|
||||
pipeline {
|
||||
agent any
|
||||
//Definijuemy parametry, które będzie można podać podczas wywoływania zadania
|
||||
// parameters {
|
||||
// string (
|
||||
// defaultValue: 'Hello World!',
|
||||
// description: 'To jest tekst, którym chce przywitać świat',
|
||||
// name: 'INPUT_TEXT',
|
||||
// trim: false
|
||||
// )
|
||||
// }
|
||||
|
||||
parameters {
|
||||
string (
|
||||
defaultValue: '0',
|
||||
description: 'Zdefiniowanie wielkości odcięcia zbioru danych',
|
||||
name: 'CUTOFF',
|
||||
trim: false
|
||||
)
|
||||
}
|
||||
|
||||
stages {
|
||||
stage('Checkout') {
|
||||
steps {
|
||||
|
Loading…
Reference in New Issue
Block a user