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.
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..