Using continuous integration (jenkins) for my plugin

Deleted user November 19, 2015

Hi,

In our company we are using jenkins for CI. I want to add my JIRA plugin to jenkins. Should I install the JIRA SDK on the jenkins server and then use commands like atlas-unit-test? We also use cobertura for code coverage which I want to scan my JIRA plugin?

Also found that can use

mvn amps:unit-test

But when I tried this command on my local pc I get an error: 

[ERROR] No plugin found for prefix 'amps' in the current project and in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the repositories [local (C:\Users\Mike\.m2\repository), atlassian-public (https://m2proxy.atlassian.com/repository/public/), central (https://repo.maven.apache.org/maven2)] -> [Help 1]

Regards.

2 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Deleted user November 22, 2015

@Robert Krause [//SEIBERT/MEDIA] hey Robert, I tried that but when I user mvn test I get the following error Failure to find jta:jta:jar:1.0.1. I wont get this error when I use atlas-unit-test....

0 votes
Robert Krause
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 20, 2015

Why don't you use mvn test?

TAGS
AUG Leaders

Atlassian Community Events