Update Jenkinsfile
This commit is contained in:
parent
8c9e0a8381
commit
369777ee87
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user