zad 3.5 fix
This commit is contained in:
parent
13e34118e0
commit
14bd8f4773
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@ -21,5 +21,12 @@ pipeline {
|
||||
sh './skrypt.sh ${CUTOFF}'
|
||||
}
|
||||
}
|
||||
stage('Artifacts') {
|
||||
steps {
|
||||
archiveArtifacts 'test.csv'
|
||||
archiveArtifacts 'dev.csv'
|
||||
archiveArtifacts 'train.csv'
|
||||
archiveArtifacts 'zadanie7.csv'
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user