From a5200289299c629591be80af79850209819d6237 Mon Sep 17 00:00:00 2001 From: Eyal Ben Moshe Date: Wed, 18 Jan 2017 10:23:32 +0200 Subject: [PATCH] Missing quote character in example Missing quote character in the "artifactory-generic-upload-download" example. --- .../artifactoryGenericUploadDownload.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pipeline-examples/artifactory-generic-upload-download/artifactoryGenericUploadDownload.groovy b/pipeline-examples/artifactory-generic-upload-download/artifactoryGenericUploadDownload.groovy index f816412..c5f1a0c 100644 --- a/pipeline-examples/artifactory-generic-upload-download/artifactoryGenericUploadDownload.groovy +++ b/pipeline-examples/artifactory-generic-upload-download/artifactoryGenericUploadDownload.groovy @@ -10,7 +10,7 @@ node { "files": [ { "pattern": "libs-snapshot-local/*.zip", - "target": "dependencies/, + "target": "dependencies/", "props": "p1=v1;p2=v2" } ] @@ -42,4 +42,4 @@ node { // Publish the build to Artifactory server.publishBuildInfo buildInfo1 -} \ No newline at end of file +}