Update 'Jenkinsfile_create_dataset'
This commit is contained in:
parent
5db5048993
commit
ee245e8925
@ -57,6 +57,7 @@ pipeline {
|
||||
}
|
||||
steps {
|
||||
echo 'building docker'
|
||||
archiveArtifacts 'file.txt'
|
||||
}
|
||||
}
|
||||
|
||||
@ -68,7 +69,7 @@ pipeline {
|
||||
//Zarchiwizuj wynik
|
||||
//archiveArtifacts 'output.txt'
|
||||
archiveArtifacts 'dataset.csv'
|
||||
archiveArtifacts 'file.txt'
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user