Update Jenkinsfile
This commit is contained in:
parent
8c9e0a8381
commit
369777ee87
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@ -1,6 +1,13 @@
|
||||
pipeline {
|
||||
agent any
|
||||
|
||||
parameters {
|
||||
string(
|
||||
defaultValue: '10000',
|
||||
name: 'CUTOFF',
|
||||
description: 'Liczba wierszy do obcięcia ze zbioru danych')
|
||||
}
|
||||
|
||||
stages {
|
||||
stage('Clone repository') {
|
||||
steps {
|
||||
|
Loading…
Reference in New Issue
Block a user