Thanks, I forgot I had to set that...this is a different machine to where I originally developed it! However, the release:prepare task is getting stuck at:
[INFO] Checking in modified POMs... [INFO] Executing: cmd.exe /X /C "git add -- pom.xml" [INFO] Working directory: D:\Programming\jenkins_scala_plugin [INFO] Executing: cmd.exe /X /C "git status" [INFO] Working directory: D:\Programming\jenkins_scala_plugin [INFO] Executing: cmd.exe /X /C "git commit --verbose -F C:\Users\David\AppData\Local\Temp\maven-scm-2030767614.commit pom.xml" [INFO] Working directory: D:\Programming\jenkins_scala_plugin [INFO] Executing: cmd.exe /X /C "git symbolic-ref HEAD" [INFO] Working directory: D:\Programming\jenkins_scala_plugin [INFO] Executing: cmd.exe /X /C "git push ssh://Chemmo:<password>@github.com/Chemmo/scala_plugin.git master:master" [INFO] Working directory: D:\Programming\jenkins_scala_plugin ....stuck here for 10 mins+ Any ideas? Thanks On Monday, 28 January 2013 09:25:04 UTC, Ullrich Hafner wrote: > > Did you correctly set up your maven settings.xml file? > > > https://wiki.jenkins-ci.org/display/JENKINS/Plugin+tutorial?focusedCommentId=63931291#Plugintutorial-SettingUpEnvironment > > Ulli > > > Am 27.01.2013 um 23:06 schrieb Chemmo <[email protected] <javascript:>>: > > 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]>: >> >> 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 >>> >>> >> > -- > > > > > -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
