Re: Git-Jenkins Issue

2014-01-09 Thread Aaron Golub
It was a version issue with GIT...I had Jenkins pointing to the wrong one. 
Thank you all for the help!
A

On Wednesday, January 8, 2014 12:23:33 PM UTC-8, slide wrote:
>
> This is just a guess, but your Git version looks pretty old, so perhaps it 
> doesn't support the --progress option at all.
>
>
> On Wed, Jan 8, 2014 at 1:21 PM, Aaron Golub 
> > wrote:
>
>> I'm having a hell of a time getting Jenkins to work with Git.  I'm on 
>> Ubuntu 10.04, Jenkins 1.545, Git 1.7.9.5.  I've installed the  Jenkins Git 
>> Client 1.6, Jenkins Git 2.0 plugins as well as a few others that I use for 
>> ANT and SVN integrations
>>
>> I've tried setting up jobs to pull from both a local and remote Git repos 
>> using both Git and Stash Git repos.  I've tried all kinds of different 
>> security set-up...including "public" access, access using no security at 
>> all.  The problem is that every time I try to run a job I get an error 
>> saying "stderr: error: unknown option `progress'" The complete Console 
>> Output follows. Can anyone explain whats going on here and why I'm seeing 
>> this error?
>>
>> Console Output:
>>
>>
>> Started by user AG
>> Building in workspace 
>> /var/lib/jenkins/jobs/Info_test_Git-Test_Devgit2/workspace
>> Fetching changes from the remote Git repository
>> Fetching upstream changes from 
>> file:///home/homer/gitrepo/infotest/infotest.git
>> FATAL: Failed to fetch from 
>> file:///home/homer/gitrepo/infotest/infotest.git
>> hudson.plugins.git.GitException: Failed to fetch from 
>> file:///home/homer/gitrepo/infotest/infotest.git
>> at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:612)
>>  at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:836)
>> at hudson.plugins.git.GitSCM.checkout(GitSCM.java:861)
>>  at hudson.model.AbstractProject.checkout(AbstractProject.java:1414)
>> at 
>> hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:652)
>>  at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)
>> at 
>> hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:561)
>>  at hudson.model.Run.execute(Run.java:1678)
>> at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
>> at hudson.model.ResourceController.execute(ResourceController.java:88)
>>  at hudson.model.Executor.run(Executor.java:231)
>> Caused by: hudson.plugins.git.GitException: Command "git fetch --tags 
>> --progress file:///home/homer/gitrepo/infotest/infotest.git 
>> +refs/heads/*:refs/remotes/origin/*" returned status code 129:
>> stdout: 
>> stderr: error: unknown option `progress'
>> usage: git fetch [options] [ ...]
>>or: git fetch [options] 
>>or: git fetch --multiple [options] [ | ]...
>>or: git fetch --all [options]
>>
>> -v, --verbose be more verbose
>> -q, --quiet   be more quiet
>> --all fetch from all remotes
>> -a, --append  append to .git/FETCH_HEAD instead of overwriting
>> --upload-pack   path to upload pack on remote end
>> -f, --force   force overwrite of local branch
>> -m, --multiplefetch from multiple remotes
>> -t, --tagsfetch all tags and associated objects
>> -ndo not fetch all tags (--no-tags)
>> -p, --prune   prune tracking branches no longer on remote
>> --dry-run dry run
>> -k, --keepkeep downloaded pack
>> -u, --update-head-ok  allow updating of HEAD ref
>> --depthdeepen history of shallow clone
>>
>>
>> at 
>> org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1099)
>> at 
>> org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:985)
>>  at 
>> org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$200(CliGitAPIImpl.java:69)
>> at 
>> org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:218)
>>  at 
>> org.jenkinsci.plugins.gitclient.CliGitAPIImpl.fetch(CliGitAPIImpl.java:224)
>> at hudson.plugins.git.GitAPI.fetch(GitAPI.java:229)
>>  at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:610)
>> ... 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-use...@googlegroups.com .
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>
>
>
> -- 
> Website: http://earl-of-code.com 
>

-- 
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/groups/opt_out.


Git-Jenkins Issue

2014-01-08 Thread Aaron Golub
I'm having a hell of a time getting Jenkins to work with Git.  I'm on 
Ubuntu 10.04, Jenkins 1.545, Git 1.7.9.5.  I've installed the  Jenkins Git 
Client 1.6, Jenkins Git 2.0 plugins as well as a few others that I use for 
ANT and SVN integrations

I've tried setting up jobs to pull from both a local and remote Git repos 
using both Git and Stash Git repos.  I've tried all kinds of different 
security set-up...including "public" access, access using no security at 
all.  The problem is that every time I try to run a job I get an error 
saying "stderr: error: unknown option `progress'" The complete Console 
Output follows. Can anyone explain whats going on here and why I'm seeing 
this error?

Console Output:


Started by user AG
Building in workspace 
/var/lib/jenkins/jobs/Info_test_Git-Test_Devgit2/workspace
Fetching changes from the remote Git repository
Fetching upstream changes from 
file:///home/homer/gitrepo/infotest/infotest.git
FATAL: Failed to fetch from file:///home/homer/gitrepo/infotest/infotest.git
hudson.plugins.git.GitException: Failed to fetch from 
file:///home/homer/gitrepo/infotest/infotest.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:612)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:836)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:861)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1414)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:652)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:561)
at hudson.model.Run.execute(Run.java:1678)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:231)
Caused by: hudson.plugins.git.GitException: Command "git fetch --tags 
--progress file:///home/homer/gitrepo/infotest/infotest.git 
+refs/heads/*:refs/remotes/origin/*" returned status code 129:
stdout: 
stderr: error: unknown option `progress'
usage: git fetch [options] [ ...]
   or: git fetch [options] 
   or: git fetch --multiple [options] [ | ]...
   or: git fetch --all [options]

-v, --verbose be more verbose
-q, --quiet   be more quiet
--all fetch from all remotes
-a, --append  append to .git/FETCH_HEAD instead of overwriting
--upload-pack   path to upload pack on remote end
-f, --force   force overwrite of local branch
-m, --multiplefetch from multiple remotes
-t, --tagsfetch all tags and associated objects
-ndo not fetch all tags (--no-tags)
-p, --prune   prune tracking branches no longer on remote
--dry-run dry run
-k, --keepkeep downloaded pack
-u, --update-head-ok  allow updating of HEAD ref
--depthdeepen history of shallow clone


at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1099)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:985)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$200(CliGitAPIImpl.java:69)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:218)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.fetch(CliGitAPIImpl.java:224)
at hudson.plugins.git.GitAPI.fetch(GitAPI.java:229)
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:610)
... 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/groups/opt_out.


File Patching

2013-04-24 Thread Aaron Golub
I currently use Jenkins for CI, Jira for ticketing and SVN as a repository. 
 I'm wondering if there is a way to patch a specific files from SVN to a 
live server based on the jira issue and the latest files comitted via SVN. 
 Is there a plugin for this? Any help would be greatly appreciated. Thanks!
A

-- 
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/groups/opt_out.