|
@@ -95,14 +95,13 @@ pipeline {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-/* stage ("HELIX dictionaries") {
|
|
|
+ stage ("HELIX dictionaries") {
|
|
|
steps {
|
|
|
script {
|
|
|
HELIXNAMES.each { key, value ->
|
|
|
echo "Get dictionaries for $key"
|
|
|
get_ftp(value.dir, value.user, value.pass, FTP.HELIX, OPEN_CLUSTER, WGET_IMAGE)
|
|
|
}
|
|
|
-
|
|
|
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
|
|
|
timeout(time: 10 as Integer, unit: 'MINUTES') {
|
|
|
HELIXNAMES.each { key, value ->
|
|
@@ -130,7 +129,7 @@ pipeline {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-*/ stage ("INVITRO dictionaries") {
|
|
|
+ stage ("INVITRO dictionaries") {
|
|
|
steps {
|
|
|
script {
|
|
|
INVITRONAMES.each { key, value ->
|
|
@@ -232,7 +231,7 @@ pipeline {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-*//* stage ("CMD dictionaries") {
|
|
|
+*/ stage ("CMD dictionaries") {
|
|
|
steps {
|
|
|
script {
|
|
|
echo "Get dictionaries for CMD"
|
|
@@ -259,7 +258,7 @@ pipeline {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-*/ }
|
|
|
+ }
|
|
|
|
|
|
post {
|
|
|
always {
|