Details
-
Bug
-
Status: Resolved (View Workflow)
-
Major
-
Resolution: Fixed
-
Jenkins 1.508
Jenkins LTS 1.480.3
Description
I seem to be unable to select a project to copy an artifact from via the job config. Any time I try to and press save I get the following error msg:
Exception: java.lang.RuntimeException: Failed to instantiate class hudson.plugins.copyartifact.CopyArtifact from {"projectName":"Moho","":"0","selector":
{"stapler-class":"hudson.plugins.copyartifact.StatusBuildSelector","stableOnly":false},"filter":"*//mysql.provisioning.sql-*.tar.gz","target":"target/artifacts/","parameters":"","flatten":true,"optional":false,"stapler-class":"hudson.plugins.copyartifact.CopyArtifact","kind":"hudson.plugins.copyartifact.CopyArtifact"}
Stacktrace:
Full logs: https://gist.github.com/johntdyer/4ecd0135fad5586c637f
This is version 1.26
Attachments
Issue Links
- is blocking
-
JENKINS-18717 Promoted build job hangs forever after promotion job finishes
-
- Open
-
-
JENKINS-13222 Allow job selection with fixed job names to contain variables without requiring job permissions for authenticated users
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Component/s | maven [ 16033 ] | |
Component/s | copyartifact [ 15692 ] |
Link |
This issue is blocking |
Environment | Jenkins 1.508 |
Jenkins 1.508 Jenkins LTS 1.480.3 |
Labels | lts-candidate |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
Labels | lts-candidate | 1.509.2-fixed |
Link | This issue is blocking JENKINS-18717 [ JENKINS-18717 ] |
Workflow | JNJira [ 148237 ] | JNJira + In-Review [ 192782 ] |
Probably related to fix of
JENKINS-13222, but the bug is in the Maven plugin: MavenModuleSet.getItem(String) may return null if there is no such child but it may not throw some unchecked exception.