We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc5cfe8 commit a7178d6Copy full SHA for a7178d6
1 file changed
Jenkinsfile
@@ -32,7 +32,8 @@ node
32
}
33
stage ('Artifact upload')
34
{
35
- server = Artifactory.server 'Artifactory' def uploadSpec = """{
+ def server = Artifactory.server 'Artifactory'
36
+ def uploadSpec = """{
37
"files": [
38
39
"pattern": "/var/lib/jenkins/workspace/PluralSight1/target/*.war",
0 commit comments