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 { pipeline {
agent any agent any
//Definijuemy parametry, które będzie można podać podczas wywoływania zadania
// parameters { parameters {
// string ( string (
// defaultValue: 'Hello World!', defaultValue: '0',
// description: 'To jest tekst, którym chce przywitać świat', description: 'Zdefiniowanie wielkości odcięcia zbioru danych',
// name: 'INPUT_TEXT', name: 'CUTOFF',
// trim: false trim: false
// ) )
// } }
stages { stages {
stage('Checkout') { stage('Checkout') {
steps { steps {