fix errors
This commit is contained in:
parent
6f1f4c00f3
commit
16eb3c975b
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@ -42,9 +42,11 @@ pipeline {
|
||||
}
|
||||
stage('Artifacts') {
|
||||
steps {
|
||||
def artifactsList = ['hp_train.csv', 'hp_dev.csv', 'hp_test.csv']
|
||||
artifactsList.each { artifact ->
|
||||
archiveArtifacts artifacts: artifact
|
||||
script {
|
||||
def artifactsList = ['hp_train.csv', 'hp_dev.csv', 'hp_test.csv']
|
||||
artifactsList.each { artifact ->
|
||||
archiveArtifacts artifacts: artifact
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -31,9 +31,11 @@ pipeline {
|
||||
}
|
||||
stage('Artifacts') {
|
||||
steps {
|
||||
def artifactsList = ['hp_train_stats.csv', 'hp_dev_stats.csv', 'hp_test_stats.csv'']
|
||||
artifactsList.each { artifact ->
|
||||
archiveArtifacts artifacts: artifact
|
||||
script {
|
||||
def artifactsList = ['hp_train_stats.csv', 'hp_dev_stats.csv', 'hp_test_stats.csv'']
|
||||
artifactsList.each { artifact ->
|
||||
archiveArtifacts artifacts: artifact
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user