comment out zadanie 6
This commit is contained in:
parent
c49058c826
commit
767e19f21a
@ -1,6 +1,6 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
properties([parameters([string(defaultValue: '20000', description: 'numbers of data entries to keep in train.csv', name: 'CUTOFF', trim: true)])])
|
// properties([parameters([string(defaultValue: '20000', description: 'numbers of data entries to keep in train.csv', name: 'CUTOFF', trim: true)])])
|
||||||
stages {
|
stages {
|
||||||
stage('sh: Shell Script') {
|
stage('sh: Shell Script') {
|
||||||
steps {
|
steps {
|
||||||
@ -8,7 +8,7 @@ pipeline {
|
|||||||
"KAGGLE_KEY=${params.KAGGLE_KEY}" ]) {
|
"KAGGLE_KEY=${params.KAGGLE_KEY}" ]) {
|
||||||
sh 'chmod +x script-zadanie-2-4.sh'
|
sh 'chmod +x script-zadanie-2-4.sh'
|
||||||
sh './script-zadanie-2-4.sh'
|
sh './script-zadanie-2-4.sh'
|
||||||
sh 'head -n ${CUTOFF} train.csv > train.csv'
|
// sh 'head -n ${CUTOFF} train.csv > train.csv'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user