add notebook, test comment

This commit is contained in:
jakubknczny 2021-03-28 17:08:29 +02:00
parent 1d9de9efc7
commit 381aaebfe9
2 changed files with 3 additions and 383 deletions

4
Jenkinsfile vendored
View File

@ -1,6 +1,6 @@
pipeline {
agent any
options([parameters([string(defaultValue: '20000', description: '', name: 'CUTOFF', trim: false)])])
// options([parameters([string(defaultValue: '20000', description: '', name: 'CUTOFF', trim: false)])])
stages {
stage('sh: Shell Script') {
steps {
@ -8,7 +8,7 @@ pipeline {
"KAGGLE_KEY=${params.KAGGLE_KEY}" ]) {
sh 'chmod +x 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 'test.csv'

File diff suppressed because one or more lines are too long