Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-35326

ClassCastException whn copying artifact

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Postponed
    • Icon: Minor Minor
    • multijob-plugin
    • None
    • Jenkins: 1.642.2 Multijob: 1.21

      When I am using "Build triggered by current MultiJob build" for "Copy artifacts from another project" and I trigger the job directly (i.e. not from my MultiJob job) I get:

      00:00:03.447 ERROR: Build step failed with exception
      00:00:03.447 java.lang.ClassCastException: hudson.model.Cause$UserIdCause cannot be cast to hudson.model.Cause$UpstreamCause
      00:00:03.447 	at com.tikal.jenkins.plugins.multijob.MultiJobBuildSelector.getBuild(MultiJobBuildSelector.java:44)
      00:00:03.447 	at hudson.plugins.copyartifact.CopyArtifact.perform(CopyArtifact.java:402)
      00:00:03.447 	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:78)
      00:00:03.447 	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
      00:00:03.447 	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:782)
      00:00:03.447 	at hudson.model.Build$BuildExecution.build(Build.java:205)
      00:00:03.447 	at hudson.model.Build$BuildExecution.doRun(Build.java:162)
      00:00:03.447 	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:534)
      00:00:03.447 	at hudson.model.Run.execute(Run.java:1738)
      00:00:03.447 	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
      00:00:03.447 	at hudson.model.ResourceController.execute(ResourceController.java:98)
      00:00:03.447 	at hudson.model.Executor.run(Executor.java:410)
      00:00:03.447 Build step 'Copy artifacts from another project' marked build as failure
      

      I understand that there is no multijob to copy from, but it would be nice if it was possible to build the job anyway. And even so should it really throw an exception ?

      Is there any way to use a fallback ?

            Unassigned Unassigned
            zitrax Daniel Bengtsson
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: