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?
Are there any other plugins with equivalent features? I don't find this plugin in the market place any more.
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})
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Maybe you can ask plugin author directly? https://edwardawebb.com/#about
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Does the problem only happen in Remote or Elastic agents?
Does it work with local agent?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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'
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.