Details
-
Bug
-
Status: Closed (View Workflow)
-
Blocker
-
Resolution: Fixed
-
None
-
plugin version 1.38
Description
Hello I have an issue that is described almost the same as this issue: JENKINS-32512 that was closed.
The issue is as follows:
Create a job in a folder. Call it testfolder/sourcebuild.
Have this folder save an artifact.
Case #1 - Works
now create a job at the root, not in a folder. Call it getArt.
Use the copyartifacts plugin.
set the project name to testfolder/sourcebuild
set the job# accordingly.
Run job, works
Case#2 - Does not work
edit getArt
Add a string variable bad - set it to testfolder/sourcebuild
get the job# accordingly
set the projectname to $bad or ${bad}.
Run job. Cannot find source project.
I also tried adding it as /testfolder/sourcebuild.
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Workflow | JNJira [ 173183 ] | JNJira + In-Review [ 210196 ] |
I found the issue and it WAS permissions..
You might want to mention in the docs that in this case, the permission would need to allow /jobname