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.
Code changed in jenkins
User: alanharder
Path:
src/main/java/hudson/plugins/copyartifact/CopyArtifact.java
src/main/java/hudson/plugins/copyartifact/ParametersBuildFilter.java
src/main/resources/hudson/plugins/copyartifact/CopyArtifact/help-projectName.html
src/test/java/hudson/plugins/copyartifact/CopyArtifactTest.java
http://jenkins-ci.org/commit/copyartifact-plugin/d88baa76cc716584848f2f9a3c71d2b9628e3c0e
Log:
[FIXED JENKINS-9327] match filters against all EnvVars, not just build parameters