This commit is contained in:
Natalia Szymczyk 2023-04-20 22:57:58 +02:00
parent 684c1bb274
commit b190c8fbc2

19
Jenkinsfile vendored
View File

@ -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 {