Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Pipeline Flow for Bamboo not working

sta-szek March 30, 2018

When I add task `Continue Build Flow` to the deployment tasks, it breaks printing: `Could not execute task no Plugin with key 'com.edwardawebb.bamboo-flow:bambooFlowContinue' is installed.`

 

We installed the newest version of plugin on bamboo 6.4.1. We also restarted bamboo.

Am I missing something?

3 answers

0 votes
Subhi Andrews March 13, 2019

Are there any other plugins with equivalent features? I don't find this plugin in the market place any more.

sta-szek March 19, 2019

I also did not find. Now I use bamboo API to trigger the same build:

response=$(curl -X PUT \
-H "Accept: application/json" \
-s \
-u ${BAMBOO_USER}:${BAMBOO_PASSWORD} \
-w "%{http_code}" \
--url https://bamboo.coresuite.com/rest/api/latest/queue/${BUILD_IDENTIFIER})
0 votes
Alexey Chystoprudov
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 10, 2018

Maybe you can ask plugin author directly? https://edwardawebb.com/#about

Louis Burton August 9, 2018

I did email the author, and put a comment on the linkedin page for the project here:
https://www.linkedin.com/pulse/pipeline-flow-bamboo-edward-webb/

No response yet though

0 votes
Foong
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 13, 2018

Is the plugin enabled at Administration > Add-ons > Manage add-ons ?

Is all the modules enabled at Administration > Add-ons > Manage add-ons > User-installed add-ons > Pipeline Flow for Bamboo > 8 of 8 modules enabled ?

When I add task `Continue Build Flow` to the deployment tasks, it breaks printing: `Could not execute task no Plugin with key 'com.edwardawebb.bamboo-flow:bambooFlowContinue' is installed.`

Does the error happens when adding the task or executing the deployment? Are you still able to add the task?

sta-szek May 10, 2018

Hi, plugins is added, all modules enabled.

I can add task.

Error happens during execution of deployment, not during adding task.

Foong
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 15, 2018

Does the problem only happen in Remote or Elastic agents?

Does it work with local agent?

sta-szek May 15, 2018

We used dedicated agents for that, don't know if they were remote or local ones.

I deleted that plugin long time ago so I think we can close the issue.

bamboo 6.7.2

it works on local agent.

on remote agent there is an error

019-07-17 15:03:46,499 ERROR [AgentRunnerThread] [OsgiPlugin] Detected an error (BundleException) enabling the plugin 'com.edwardawebb.bamboo-flow' : Unresolved constraint in bundle com.edwardawebb.bamboo-flow [40]: Unable to resolve 40.0: missing requirement [40.0] osgi.wiring.package; (osgi.wiring.package=com.atlassian.plugins.rest.common.security). This error usually occurs when your plugin imports a package from another bundle with a specific version constraint and either the bundle providing that package doesn't meet those version constraints, or there is no bundle available that provides the specified package. For more details on how to fix this, see https://developer.atlassian.com/x/mQAN
2019-07-17 15:03:46,500 WARN [AgentRunnerThread] [AbstractPlugin] Unable to enable plugin 'com.edwardawebb.bamboo-flow'

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events