test8-1
This commit is contained in:
parent
20ccc8b09d
commit
8481ab6931
24
zad8/Jenkinsfile
vendored
Normal file
24
zad8/Jenkinsfile
vendored
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
pipeline {
|
||||||
|
agent any
|
||||||
|
|
||||||
|
stages {
|
||||||
|
stage('Copy Archive') {
|
||||||
|
steps {
|
||||||
|
script {
|
||||||
|
step ([$class: 'CopyArtifact',
|
||||||
|
projectName: 's434788-create-dataset',
|
||||||
|
filter: "*.csv",
|
||||||
|
target: 'test']);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
stage('test_save') {
|
||||||
|
steps {
|
||||||
|
archiveArtifacts 'test/test.csv'
|
||||||
|
archiveArtifacts 'test/dev.csv'
|
||||||
|
archiveArtifacts 'test/train.csv'
|
||||||
|
archiveArtifacts 'test/zadanie7.csv'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user