add notebook, test comment
This commit is contained in:
parent
1d9de9efc7
commit
381aaebfe9
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -1,6 +1,6 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
options([parameters([string(defaultValue: '20000', description: '', name: 'CUTOFF', trim: false)])])
|
// options([parameters([string(defaultValue: '20000', description: '', name: 'CUTOFF', trim: false)])])
|
||||||
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'
|
||||||
}
|
}
|
||||||
archiveArtifacts 'train.csv'
|
archiveArtifacts 'train.csv'
|
||||||
archiveArtifacts 'test.csv'
|
archiveArtifacts 'test.csv'
|
||||||
|
382
ium01.ipynb
382
ium01.ipynb
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user