Support for Bamboo 6.3

Issue #55 new
Former user created an issue

Hi, Is there any plan to update the plugin for Bamboo 6.3 compatibility?

Comments (6)

  1. Joe Clark

    Yes, we can get a 6.3-compatible version released. I'm not aware of any breaking changes for this plugin in Bamboo 6.3. Does the existing versions of the plugin work OK on Bamboo 6.3, or are there problems?

  2. Dmitri Abrosov

    Hi Joseph,

    Yes there is an error in the deployment task:

    Starting task 'Deploy jar to jira-test' of type 'com.atlassian.bamboo.plugins.deploy.continuous-plugin-deployment:deploy-task'
    11-Jan-2018 15:33:55    Error occurred while running Task 'Deploy jar to jira-test(3)' of type com.atlassian.bamboo.plugins.deploy.continuous-plugin-deployment:deploy-task.
    11-Jan-2018 15:33:55    java.lang.NoSuchMethodError: com.atlassian.bamboo.v2.build.CommonContext.getRuntimeTaskContext()Lcom/atlassian/bamboo/task/RuntimeTaskContext;
    11-Jan-2018 15:33:55            at com.atlassian.bamboo.plugins.confdeploy.config.BaseArtifactRetriever.getArtifactFromTransferTask(BaseArtifactRetriever.java:64)
    11-Jan-2018 15:33:55            at com.atlassian.bamboo.plugins.confdeploy.config.DeploymentArtifactRetriever.getFileFromArtifact(DeploymentArtifactRetriever.java:36)
    11-Jan-2018 15:33:55            at com.atlassian.bamboo.plugins.confdeploy.config.DefaultTaskConfigurationFactory.getTaskConfiguration(DefaultTaskConfigurationFactory.java:86)
    11-Jan-2018 15:33:55            at com.atlassian.bamboo.plugins.confdeploy.AutoDeployTask.execute(AutoDeployTask.java:68)
    11-Jan-2018 15:33:55            at com.atlassian.bamboo.task.TaskExecutorImpl.lambda$executeTasks$1(TaskExecutorImpl.java:280)
    11-Jan-2018 15:33:55            at com.atlassian.bamboo.task.TaskExecutorImpl.executeTaskWithPrePostActions(TaskExecutorImpl.java:223)
    11-Jan-2018 15:33:55            at com.atlassian.bamboo.task.TaskExecutorImpl.executeTasks(TaskExecutorImpl.java:280)
    11-Jan-2018 15:33:55            at com.atlassian.bamboo.task.TaskExecutorImpl.execute(TaskExecutorImpl.java:111)
    11-Jan-2018 15:33:55            at com.atlassian.bamboo.build.pipeline.tasks.ExecuteBuildTask.call(ExecuteBuildTask.java:71)
    11-Jan-2018 15:33:55            at com.atlassian.bamboo.v2.build.agent.DefaultBuildAgent.build(DefaultBuildAgent.java:185)
    11-Jan-2018 15:33:55            at com.atlassian.bamboo.v2.build.agent.BuildAgentControllerImpl$1.call(BuildAgentControllerImpl.java:120)
    11-Jan-2018 15:33:55            at com.atlassian.bamboo.v2.build.agent.BuildAgentControllerImpl$1.call(BuildAgentControllerImpl.java:113)
    11-Jan-2018 15:33:55            at com.atlassian.bamboo.variable.CustomVariableContextImpl.withVariableSubstitutor(CustomVariableContextImpl.java:185)
    11-Jan-2018 15:33:55            at com.atlassian.bamboo.v2.build.agent.BuildAgentControllerImpl.waitAndPerformBuild(BuildAgentControllerImpl.java:113)
    11-Jan-2018 15:33:55            at com.atlassian.bamboo.v2.build.agent.DefaultBuildAgent$1.run(DefaultBuildAgent.java:126)
    11-Jan-2018 15:33:55            at com.atlassian.bamboo.utils.BambooRunnables$1.run(BambooRunnables.java:48)
    11-Jan-2018 15:33:55            at com.atlassian.bamboo.security.ImpersonationHelper.runWith(ImpersonationHelper.java:26)
    11-Jan-2018 15:33:55            at com.atlassian.bamboo.security.ImpersonationHelper.runWithSystemAuthority(ImpersonationHelper.java:17)
    11-Jan-2018 15:33:55            at com.atlassian.bamboo.security.ImpersonationHelper$1.run(ImpersonationHelper.java:41)
    11-Jan-2018 15:33:55            at java.lang.Thread.run(Thread.java:745)
    11-Jan-2018 15:33:55    Finalising the build...
    11-Jan-2018 15:33:55    Stopping timer.
    
  3. Joe Clark

    I haven't done any work on it yet, sorry... I maintain this plugin in my spare time :)

    If anyone watching has time to work on a fix, I'm happy to accept pull requests.

  4. Prem Chudziński

    Hi Dmitri,

    I'm running 6.3.0 build 60304 - 20 Dec 17 and com.atlassian.bamboo.plugins.deploy.continuous-plugin-deployment 5.10.2-SNAPSHOT and it works

    Just build it.

    Cheers Przemysław

  5. Log in to comment