Update Jenkinsfile

This commit is contained in:
s464906 2024-03-26 23:02:02 +01:00
parent 8c9e0a8381
commit 369777ee87

7
Jenkinsfile vendored
View File

@ -1,6 +1,13 @@
pipeline { pipeline {
agent any agent any
parameters {
string(
defaultValue: '10000',
name: 'CUTOFF',
description: 'Liczba wierszy do obcięcia ze zbioru danych')
}
stages { stages {
stage('Clone repository') { stage('Clone repository') {
steps { steps {