Hello!
I'm rearranging my code and transferring repositories to different workspaces. I'm creating workspaces per stack or language for simplicity.
For example, I have transferred
https://bitbucket.org/Laivindur/blockchain-full-stack
to
https://bitbucket.org/wks-javascript/blockchain-full-stack
The repository blockchain-full-stack has a pipeline which I have been able to execute while being in the former workspace. However, now, the new workspace is unable to execute pipelines.
Whenever I check the side menu "Pipelines" (from the new workspace), I see the execution history, but I got a banner showing the following
If I follow the link, I get the following error
I have noticed that, unlike my former workspace, the new workspace has no "Pipeline" app installed, hence I can't enable pipelines at repository level.
Is there any restriction between the number of workspaces we own and the pipeline app?
Ok. I found the issue.
The side menu is buggy(?).
After transferring the repository, when you access the repository from the new workspace, the entries "Pipelines" and "Deployments" are available, but pipelines can't be executed because of the feature flag.
Once inside the repository's settings, the side menu has no "Pipeline" section, unless you refresh the view with Ctrl+F5.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.