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've followed instructions in https://developer.atlassian.com/server/bamboo/introduction-to-writing-tasks/ to create a sample bamboo plugin and created a folder set on my Windows machine.
1) Installed SDK
2) Ran atlas-create-bamboo-plugin from SDK repository folder. Details entered were as:
GroupId: BambooTest
Define value for artifactId: : bamboo1
Define value for version: 1.0.0-SNAPSHOT: : 1.0.0-SNAPSHOT
Define value for package: BambooTest: : bamboop
Build was successful and can see the folders.
3) Opened Eclipse and tried to import. problem here is that Eclipse is not recognising bamboo1 as of type project. Hence I cannot add any classes or packages which are needed if I have to modify or write more plugins.
Please advise if there is any step I am missing to configure Eclipse for Atlassian SDK integration ?
I figured out the answer myself. I had missed executing atlas-mvn command which writes as a project.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.