Could someone set up a CI build of my plugin? I also tried to release with:
mvn release:prepare release:perform -Dusername=... -Dpassword=... but I get this error: [ERROR] Non-resolvable parent POM: Could not find artifact org.jenkins-ci.pl ugins:plugin:pom:1.447 in central (http://repo.maven.apache.org/maven2) and 'par ent.relativePath' points at wrong local POM @ line 3, column 11 -> [Help 2] There isn't anything relating to 1.447 in the hosting plugins wiki page? Thanks On Tuesday, 22 January 2013 08:26:08 UTC, Ullrich Hafner wrote: > > Hi David, > > Created https://github.com/jenkinsci/scala-plugin > > Welcome aboard! > > Ulli > > Am 21.01.2013 um 17:14 schrieb Chemmo <[email protected] <javascript:>>: > > I thought as much, here it is: > > https://github.com/Chemmo/scala_plugin > > David > > On Monday, 21 January 2013 08:28:15 UTC, Ullrich Hafner wrote: > >> Hi David, >> >> the best thing would be if you create a github project in your GitHub >> account. We then fork that project to the jenkins-ci organisation. >> >> Ulli >> >> Am 20.01.2013 um 23:29 schrieb Chemmo <[email protected]>: >> >> > Hi, >> > >> > I'd like to publish my scala plugin, which allows you to create a scala >> build step and enter code into a text box which is compiled and executed >> when the job runs. You can also specify one or more directory of jars which >> will be appended to the classpath at runtime. My git username is Chemmo. Is >> there anything else you need to know? :) >> > >> > Thanks >> > >> > David >> >> > --
