Details
-
Improvement
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
Jenkins 1.405, Copy Artifacts plugin 1.15
Description
I try to copy artifacts built from a specific git branch by entering
MyProj/GIT_BRANCH=master
in the "Project name" field. This displays an error:
No such project 'MyProj/GIT_BRANCH=master'. Did you mean ...
After saving the config, the Project name remains blank.
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Environment | Jenkins 1.405, Copy Artifacts plugin | Jenkins 1.405, Copy Artifacts plugin 1.15 |
Issue Type | Bug [ 1 ] | New Feature [ 2 ] |
Priority | Major [ 3 ] | Minor [ 4 ] |
Assignee | Alan Harder [ mindless ] | |
Issue Type | New Feature [ 2 ] | Improvement [ 4 ] |
Summary | cannot enter build parameters in Project name field | Support filter on all build variables, not just build parameters |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
Workflow | JNJira [ 139488 ] | JNJira + In-Review [ 188529 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
What type of project is "MyProj"? This could work if it is a matrix (multiconfiguration) project and has a single axis called GIT_BRANCH.
If the validation tells you it is not valid and you click save anyway, it is expected that a blank value is saved. Not sure what the issue is here..