Failed to execute plugin 'Cucumber Artifact Copier' Error while the module has been disabled

Issue #12 resolved
Former user created an issue

We are getting this error in our builds, even though we have disabled the module in the Bamboo add-on management.

The Error is as follow:

08-Oct-2018 04:44:46 Failed to execute plugin 'Cucumber Artifact Copier' with error: com.atlassian.bamboo.v2.build.BuildContext.getRuntimeTaskContext()Lcom/atlassian/bamboo/task/RuntimeTaskContext;

This error does not cause any build to fail but its really miss-leading for everyone in dev team.

Comments (8)

  1. Alexis GEORGES

    Hello,

    We are running version “Bamboo 6.8.0 build 60803” and we suffer from the same problem…

    Would you have a solution for that ?

    It’s really annoying for our users because we have failures even if the tests are correct.

  2. Alexey Chystoprudov

    Method getRuntimeTaskContext() was removed since Bamboo 6.3 as deprecated method. All required information can be found at getRuntimeTaskDefinition() method.

    @vikasborse if you share sources I can help with patch to make it compatible with recent Bamboo version

  3. Pradeep Nayak

    I am also facing the same issue and I have version - 6.10.2

    Have we already got the resolution?

  4. Log in to comment