Unverified Commit 5f58315b authored by Keshav Prasad's avatar Keshav Prasad Committed by GitHub
Browse files

Issue #000: buildNumber variable not null handling

Showing with 2 additions and 0 deletions
+2 -0
......@@ -36,6 +36,8 @@ def call(){
'''.stripIndent().replace("\n", " ") + ANSI_NORMAL)
buildNumber = "lastSuccessfulBuild"
}
else
buildNumber = params.build_number
if (values.absolute_job_path != null)
copyArtifacts projectName: values.absolute_job_path, fingerprintArtifacts: true, flatten: true, selector: specific(buildNumber)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment