Skip to content

Commit 3a22aaa

Browse files
author
R. Tyler Croy
authored
Merge pull request jenkinsci#64 from eyalbe4/master
Missing quote character in example
2 parents 5ff0f9f + a520028 commit 3a22aaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pipeline-examples/artifactory-generic-upload-download/artifactoryGenericUploadDownload.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ node {
1010
"files": [
1111
{
1212
"pattern": "libs-snapshot-local/*.zip",
13-
"target": "dependencies/,
13+
"target": "dependencies/",
1414
"props": "p1=v1;p2=v2"
1515
}
1616
]
@@ -42,4 +42,4 @@ node {
4242

4343
// Publish the build to Artifactory
4444
server.publishBuildInfo buildInfo1
45-
}
45+
}

0 commit comments

Comments
 (0)