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