Update 'Multibranch-Training'
This commit is contained in:
parent
99d5f06595
commit
3c18832f17
@ -1,7 +1,5 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
|
|
||||||
//Definijuemy parametry, które będzie można podać podczas wywoływania zadania
|
|
||||||
parameters{
|
parameters{
|
||||||
string(
|
string(
|
||||||
defaultValue: 'master',
|
defaultValue: 'master',
|
||||||
@ -16,7 +14,6 @@ pipeline {
|
|||||||
sh 'rm -rf *'
|
sh 'rm -rf *'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
stage('copy_artifacts') {
|
stage('copy_artifacts') {
|
||||||
steps {
|
steps {
|
||||||
copyArtifacts filter: 'X_test.csv,X_dev.csv,X_train.csv', fingerprintArtifacts: true, projectName: 'z-s434686-create-dataset', selector: workspace()
|
copyArtifacts filter: 'X_test.csv,X_dev.csv,X_train.csv', fingerprintArtifacts: true, projectName: 'z-s434686-create-dataset', selector: workspace()
|
||||||
|
Loading…
Reference in New Issue
Block a user