I have a working build configuration checked in with (Java) Specs on the master branch of my code, which has a single stage and a single job. I am attempting to break up the work into two stages. I am working on a branch from master, so that I can test the changes before merging them into master. I have added a stage (with a new key) before the existing stage, which has three jobs.
When the branch comes off the queue on our bamboo server, the new jobs are queued. I can see the "live activity log" for each of the new jobs, but when I click on the link for each job, I'm given an "access denied" error. After the job is complete, I cannot see the live activity view, or see the results of the build.
The same is not true for the pre-existing stage and job (which exist with the same keys in the master branch specs): that job I can click into and see the details about.
I even changed the user permissions (in the build specs) to make sure I have admin privileges, but makes no difference.
Is this simply because I'm working on a branch? Is there no way to create and test new stages or jobs on a branch without first defining them in master?
I solved it by logging out of Bamboo and then back in again.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.