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.
Output Of atlas-version on cmd-
ATLAS Version: 8.2.6
ATLAS Home: C:\Applications\Atlassian\atlassian-plugin-sdk-8.2.6
ATLAS Scripts: C:\Applications\Atlassian\atlassian-plugin-sdk-8.2.6\bin
ATLAS Maven Home: C:\Applications\Atlassian\atlassian-plugin-sdk-8.2.6\apache-maven-3.5.4
AMPS Version: 8.1.0
--------
Executing: "C:\Applications\Atlassian\atlassian-plugin-sdk-8.2.6\apache-maven-3.5.4\bin\mvn.cmd" --version -gs C:\Applications\Atlassian\atlassian-plugin-sdk-8.2.6\apache-maven-3.5.4/conf/settings.xml
Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-18T00:03:14+05:30)
Maven home: C:\Applications\Atlassian\atlassian-plugin-sdk-8.2.6\apache-maven-3.5.4\bin\..
Java version: 1.8.0_271, vendor: Oracle Corporation, runtime: C:\Program Files\Java\jdk1.8.0_271\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
--------
Eclipse Version- eclipse-java-2019-03-R-win32-x86_64
Errors:
Plugin execution not covered by lifecycle configuration: com.atlassian.maven.plugins:bamboo-maven-plugin:8.1.0:compress-resources (execution: default-compress-resources, phase: process-resources)
Plugin execution not covered by lifecycle configuration: com.atlassian.maven.plugins:bamboo-maven-plugin:8.1.0:filter-plugin-descriptor (execution: default-filter-plugin-descriptor, phase: process-resources)
Plugin execution not covered by lifecycle configuration: com.atlassian.maven.plugins:bamboo-maven-plugin:8.1.0:filter-test-plugin-descriptor (execution: default-filter-test-plugin-descriptor, phase: process-test-resources)
Plugin execution not covered by lifecycle configuration: com.atlassian.maven.plugins:bamboo-maven-plugin:8.1.0:generate-rest-docs (execution: default-generate-rest-docs, phase: process-classes)
Plugin execution not covered by lifecycle configuration: com.atlassian.plugin:atlassian-spring-scanner-maven-plugin:2.1.7:atlassian-spring-scanner (execution: default, phase: process-classes)
--------
I have followed the steps from here - https://developer.atlassian.com/server/bamboo/introduction-to-writing-tasks/
And even i cant run using atlas-run
Error-
Exception in thread "C3P0PooledConnectionPoolManager atlas-run error
--------
atlas-package
So i tried using atlas-package, and installed the jar file as plugin in Bamboo server manually.
but it is showing that 1 of 2 modules are disabled, (myFirstTask is disabled) and i did not get way to enable it.
When i go to build plan try to add new task, i did not find my plugin tasks, they are not present in the list.
---------