You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi,
I started experimenting with the branch build feature.
The scenario is super simple:
Now, this seems to work fine when not doing branch builds.
After turning on branch builds, I suddenly started seeing this error:
simple 30-Jul-2019 20:48:48 Starting task 'Check PHP' of type 'com.atlassian.bamboo.plugins.scripttask:task.builder.script' error 30-Jul-2019 20:48:48 Command [/var/atlassian/application-data/bamboo/xml-data/build-dir/WEB-RA0-JOB1/scripts/phplint.sh] is not executable, trying to run anyway.
I have configured the script to run a script file, and not in-line, so I supposed bamboo would take care of setting up the right permissions on the file so that it can run. At least it seems to be the case when just running it on the master branch..
In addition to this, I started worrying a little bit.
The linked repository is configured to use a "dev" branch. So when I make branch builds, is it safe to assume it will actually build the specific branches, and override this "dev" branch setting?
It appears bitbucket does pull the right branch, regardless of the linked repository's branch.
In addition I made a script to chmod a+x on the script file, and it started working.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.