Building Bar files with Jenkins and Maven

2014-09-03 Thread david guetta
Hello there, 

I have been struggling with a problem for a while, so just wanted to ask 
for some help. 

I set up Git, Bitbucket, Maven and Jenkins but I want to build the *.bar 
files from WMB in Jenkins using Maven. 

I can now successfully build a project in Jenkins which fetches files from 
my repository in Bitbucket. 

But I couldn't find much information about how to create a pom.xml file and 
use it in Jenkins, so any help/guidance would be highly appreciated. 

Thanks! 

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Jenkins timing out to connect to Bitbucket when building project

2014-08-08 Thread david guetta
Hello,

It's set to git.exe and I have tried both bin and cmd.

Any other ideas?

On Friday, 8 August 2014 08:40:52 UTC+1, david guetta wrote:
>
> Hello there,
>
> I have got a bitbucket repository and git installed.
>
> I wan to to connect my bitbucket with jenkins and vice versa.
>
> However, it does not work. I get this error in my Jenkins project:
>
> Failed to connect to repository url : Error performing command: C:\Program 
> Files (x86)\Git\cmd ls-remote -h g...@bitbucket.org:test/test-test2.git HEAD
>
> I have put my Git/cmd folder as executable in general settings for 
> Jenkins, but when I try to enter the repository url, the above error is 
> being displayed.
>
> I have added the SSH keys but no luck so far. I have added the PIDs of the 
> agents in the files in order to be recognized, but no progress.
>
> I have also tried to run the JENKINS service by logging as a user rather 
> than a local user but also didn't work.
>
> I know it should have been working just by adding the id_rsa key to 
> bitbucket's account, but I am exhausted already.
>
> Any help would be really really appreciated, I have been struggling with 
> this issue for quite some time now.
>
> After I have done some fixes, this is the error I get now:
>
> RROR: Timeout after 10 minutes
> ERROR: Error cloning remote repo 'origin'
> hudson.plugins.git.GitException: Command "C:\Program Files 
> (x86)\Git\cmd\git.exe fetch --tags --progress 
> g...@bitbucket.org:test/test.git +refs/heads/*:refs/remotes/origin/*" 
> returned status code -1:
> stdout: 
> stderr: 
> at 
> org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1407)
> at 
> org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1195)
> at 
> org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$200(CliGitAPIImpl.java:87)
> at 
> org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:266)
> at 
> org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:422)
> at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:848)
> at hudson.plugins.git.GitSCM.checkout(GitSCM.java:881)
> at hudson.model.AbstractProject.checkout(AbstractProject.java:1254)
> at 
> hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:624)
> at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
> at 
> hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:530)
> at hudson.model.Run.execute(Run.java:1732)
> at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
> at hudson.model.ResourceController.execute(ResourceController.java:88)
> at hudson.model.Executor.run(Executor.java:234)
> ERROR: null
> Finished: FAILURE
>  

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Jenkins timing out to connect to Bitbucket when building project

2014-08-08 Thread david guetta
The full error seems to be related to not able to verify GIT_SSH 
credentials even though I receive authentication succeeded.

> C:\Program Files (x86)\Git\cmd\git.exe --version # timeout=10
using GIT_SSH to set credentials 
 > C:\Program Files (x86)\Git\cmd\git.exe fetch --tags --progress 
 > g...@bitbucket.org:test/test.git +refs/heads/*:refs/remotes/origin/*


ERROR: Timeout after 10 minutesFATAL 
: Failed to fetch from 
g...@bitbucket.org:CoolBlueSolutions/cool-blue-solutions.githudson.plugins.git.GitException
 
:
 Failed to fetch from 
g...@bitbucket.org:CoolBlueSolutions/cool-blue-solutions.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:624) 

at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:856) 

at hudson.plugins.git.GitSCM.checkout(GitSCM.java:881) 

at hudson.model.AbstractProject.checkout(AbstractProject.java:1254) 

at 
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:624)
 

at 
jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86) 

at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:530) 

at hudson.model.Run.execute(Run.java:1732) 

at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) 

at hudson.model.ResourceController.execute(ResourceController.java:88) 

at hudson.model.Executor.run(Executor.java:234) 

Caused by: hudson.plugins.git.GitException 
:
 Command "C:\Program Files (x86)\Git\cmd\git.exe fetch --tags --progress 
g...@bitbucket.org:CoolBlueSolutions/cool-blue-solutions.git 
+refs/heads/*:refs/remotes/origin/*" returned status code -1:
stdout: 
stderr: 
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1407)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1195)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$200(CliGitAPIImpl.java:87)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:266)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:622)
... 10 more

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Jenkins timing out to connect to Bitbucket when building project

2014-08-08 Thread david guetta
 

Hello there,

I have got a bitbucket repository and git installed.

I wan to to connect my bitbucket with jenkins and vice versa.

However, it does not work. I get this error in my Jenkins project:

Failed to connect to repository url : Error performing command: C:\Program 
Files (x86)\Git\cmd ls-remote -h g...@bitbucket.org:test/test-test2.git HEAD

I have put my Git/cmd folder as executable in general settings for Jenkins, 
but when I try to enter the repository url, the above error is being 
displayed.

I have added the SSH keys but no luck so far. I have added the PIDs of the 
agents in the files in order to be recognized, but no progress.

I have also tried to run the JENKINS service by logging as a user rather 
than a local user but also didn't work.

I know it should have been working just by adding the id_rsa key to 
bitbucket's account, but I am exhausted already.

Any help would be really really appreciated, I have been struggling with 
this issue for quite some time now.

After I have done some fixes, this is the error I get now:

RROR: Timeout after 10 minutes
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Command "C:\Program Files 
(x86)\Git\cmd\git.exe fetch --tags --progress 
g...@bitbucket.org:test/test.git +refs/heads/*:refs/remotes/origin/*" 
returned status code -1:
stdout: 
stderr: 
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1407)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1195)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$200(CliGitAPIImpl.java:87)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:266)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:422)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:848)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:881)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1254)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:624)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:530)
at hudson.model.Run.execute(Run.java:1732)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:234)
ERROR: null
Finished: FAILURE
 

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.