From cc7ec604db23ddab66f4c428f79cfc2c8bba5960 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Tue, 18 Feb 2020 16:13:56 +0100 Subject: [PATCH] Fix parentesi x artifacts upload --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index c01bfa9..9bfdc5e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -82,7 +82,7 @@ pipeline { if (env.BRANCH_NAME == "stable" || env.BRANCH_NAME.contains("beta") ) { // upload! nexusArtifactUploader ( - artifacts: + artifacts: [ [ artifactId: 'ZCode', classifier: "${env.classifier}",