fix artifacts2
This commit is contained in:
parent
cf8e0d8704
commit
3bb7379fe2
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -40,7 +40,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage('Artifacts') {
|
stage('Artifacts') {
|
||||||
steps {
|
steps {
|
||||||
archiveArtifacts artifacts: 'data_stats.txt'
|
archiveArtifacts artifacts: 'processed_data.txt'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -25,7 +25,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage('Artifacts') {
|
stage('Artifacts') {
|
||||||
steps {
|
steps {
|
||||||
archiveArtifacts artifacts: 'processed_data.txt'
|
archiveArtifacts artifacts: 'data_stats.txt'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user