Re: Jenkins can't find existing artifacts

2016-04-25 Thread bandi pavankumar reddy
Hi,

Try using **/*.log . may be this will help you.

On Monday, April 25, 2016 at 6:15:05 PM UTC+5:30, David Villasmil wrote:
>
> Hello Guys,
>
> I have a jenkins running a job, after which I want it to "archive 
> artifact", which is basically just get some files.
>
> The Job clones a github and when ran, it generates some log files which I 
> need. The patter is:
>
> logfiles/*
>
> I added a command to list the directory to make sure the files are there, 
> and indeed they are.
>
> + ls -la logfiles
> total 24
> drwxr-xr-x 2 root root 4096 Apr 22 23:23 .
> drwxr-xr-x 8 root root 4096 Apr 22 23:23 ..
> -rw-r--r-- 1 root root0 Apr 22 23:23 1461367410777_testuuid_61746144-
> 3A3A--4944-3D5343414C41.log
> -rw-r--r-- 1 root root 1248 Apr 22 23:23 1461367410777_testuuid_61746144-
> 3A3A--4944-3D5343414C41_shortmsg.csv
> -rw-r--r-- 1 root root 2521 Apr 22 23:23 1461367410777_testuuid_61746144-
> 3A3A--4944-3D5343414C41_stats.log
> -rw-r--r-- 1 root root 8035 Apr 22 23:23 1461367410777_testuuid_61746144-
> 3A3A--4944-3D5343414C41_trace_msg.log
> Archiving artifacts
> ERROR: No artifacts found that match the file pattern "logfiles/*". 
> Configuration error?
> ERROR: ‘logfiles/*’ doesn’t match anything, but ‘*’ does. Perhaps that’s 
> what you mean?
> Build step 'Archive the artifacts' changed build result to FAILURE
>
>
> I don't really understand why they are not found.
>
> I have tried many different patterns, like "**/logfiles/*.log", 
>  "**/logfiles/*.*",  "**/logfiles/*",  and even asking specifically for the 
> file like 
> "logfiles/1461367410777_testuuid_61746144-3A3A--4944-3D5343414C41_shortmsg.csv"
> Always same result.
>
> Can any one help?
>
> Regards,
>
> David
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/9fd93dfb-db65-4401-9d5e-ec9dd759386f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Hi Reg j boss server deployment

2014-09-23 Thread bandi pavankumar reddy
Hi friend's how to enable the auto deployment option in jboss
application server and how to deploy the war ear files in jboss application
server using ant scripts how to deploy the files in jboss using jenkins
give to me any suggestions

-- 
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.


Reg:using deploy plugin deploy into ear and war files

2014-09-15 Thread bandi pavankumar reddy
Hi friends i am using deploy plugin in jenkins deploying artifacts into
Jboss server it s displaying error like this if any body know that solution
give to me reply

Started by user pavankumar 
Building remotely on sample
 in workspace
D:\workspace\sampleproject
Copied 930 artifacts from "Build
" build number 26

Deploying D:\workspace\sampleproject\AgencyAllocationEAR.ear to
container JBoss 5.x Remote
  The undeployment phase of the redeploy action has failed:
org.codehaus.cargo.util.CargoException: Cannot undeploy deployable
org.codehaus.cargo.container.deployable.EAR[AgencyAllocationEAR.ear]
ERROR: Publisher hudson.plugins.deploy.DeployPublisher aborted due to
exceptionorg.codehaus.cargo.util.CargoException
:
Cannot deploy deployable
org.codehaus.cargo.container.deployable.EAR[AgencyAllocationEAR.ear]
at 
org.codehaus.cargo.container.jboss.JBoss5xRemoteDeployer.deploy(JBoss5xRemoteDeployer.java:216)

at 
org.codehaus.cargo.container.spi.deployer.AbstractDeployer.redeploy(AbstractDeployer.java:212)

at 
hudson.plugins.deploy.CargoContainerAdapter.deploy(CargoContainerAdapter.java:76)

at 
hudson.plugins.deploy.CargoContainerAdapter$1.invoke(CargoContainerAdapter.java:116)

at 
hudson.plugins.deploy.CargoContainerAdapter$1.invoke(CargoContainerAdapter.java:103)

at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2462)

at hudson.remoting.UserRequest.perform(UserRequest.java:118)

at hudson.remoting.UserRequest.perform(UserRequest.java:48)

at hudson.remoting.Request$2.run(Request.java:328)

at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)

at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown 
Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at hudson.remoting.Engine$1$1.run(Engine.java:63)
at java.lang.Thread.run(Unknown Source)
Caused by: javax.security.auth.login.LoginException:
java.lang.NoSuchFieldError: TRACE
at 
org.jboss.logging.log4j.Log4jLoggerPlugin.isTraceEnabled(Log4jLoggerPlugin.java:94)
at org.jboss.logging.Logger.isTraceEnabled(Logger.java:150)
at 
org.jboss.security.ClientLoginModule.initialize(ClientLoginModule.java:100)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at javax.security.auth.login.LoginContext.invoke(Unknown Source)
at javax.security.auth.login.LoginContext.access$000(Unknown Source)
at javax.security.auth.login.LoginContext$5.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.login.LoginContext.invokeCreatorPriv(Unknown 
Source)
at javax.security.auth.login.LoginContext.login(Unknown Source)

-- 
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.


Reg: jenkins build Error

2014-08-05 Thread bandi pavankumar reddy
Hi friends i am doing java source files building in Jenkins...some
build.xml files having huge source file's in Jenkins i am trying to build
in compile target it was displaying error showing to solve that error give
to me any suggestion's i am sending that error
I am getting this error for building ant file's

*pre-initi*:
*compile*:
[javac] Compiling 30450 source files to D:\Build\ClientBuild1\Client\build
[javac]
[javac]
[javac] The system is out of resources.
[javac] Consult the following stack trace for details.
[javac] java.lang.OutOfMemoryError: Java heap space
[javac] at com.sun.tools.javac.util.ListBuffer.clear(ListBuffer.java:55)
[javac] at com.sun.tools.javac.util.ListBuffer.

-- 
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.


Reg:Changes report in jenkins

2014-08-01 Thread bandi pavankumar reddy
   Hi friends i am having one doubt about Build recent changes ..After
completion of build it will generate the changes and i want that changes
details in any format like (xls,text) format i want that changes details
other format or otherwise that changes will be sent to mail is their any
option for that

  Every build we will get some changes so i want to get that build details
in word format or any report format

-- 
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: Hi friends is it possible clone 18 GB repository in Jenkins....

2014-07-25 Thread bandi pavankumar reddy
Dear sir
Greetings...

Hi mark Sir i am Pavan Thank you very much mark sir  i never forgot you and
you have helped me a lotthank you very much

Thanks®ards
B.Pavankumar Reddy
917418801319


On Thu, Jul 24, 2014 at 5:57 PM, Mark Waite 
wrote:

> Try
> http://ingorichter.blogspot.com/2012/02/jenkins-change-workspaces-and-build.html
> as a blog posting which shows you how to do that.
>
> Mark Waite
>
>
> On Thu, Jul 24, 2014 at 5:44 AM, bandi pavankumar reddy <
> pavanreddy...@gmail.com> wrote:
>
>> Hi mark 20 GB repository cloning is not posible in my jenkins but i
>> cloned that repository in local D drive in "Workspace" folder through bash
>> prompt and in jenkins slave Remote FS root i mentioned this directory
>> name "D:/workspace" and next i created one job under this slave "git
>> repository name and job name i mentioned same and i mentioned 20 Gb
>> repository git url after then i did build this way fetching details
>> easily so easily jenkins job fetching details and build will be sucess
>> this way is ok are it will create any issue's
>>
>>
>> On Thu, Jul 24, 2014 at 12:40 AM, Mark Waite 
>> wrote:
>>
>>> Much appreciated for the lateral thinking!  Thanks for the suggestions.
>>>  I've embedded comments into the items.
>>>
>>>
>>> On Wed, Jul 23, 2014 at 12:54 PM, Rob Mandeville <
>>> rmandevi...@dekaresearch.com> wrote:
>>>
>>>>  Okay, thinking laterally here.
>>>>
>>>>
>>>>
>>>> Let’s assume that the Git plugin timeout is hardcoded to 10 minutes.
>>>> Now, all you have to do is bring the checkout under 10 minutes.  This may
>>>> well be solvable.
>>>>
>>>>
>>>>
>>>
>>> The git plugin updates the working directory in a two step process, with
>>> different interactions and different timeouts applicable to the different
>>> steps.
>>>
>>>
>>>1. Fetch remote changes to local repository ("git fetch") - timeout
>>>can be adjusted by user from the job definition page - "Additional
>>>Behaviours", "Advanced clone behaviors" - this is network intensive and
>>>requires work from the central git server, the network, and the local 
>>> server
>>>2. Checkout working directory from local repository ("git checkout")
>>>- timeout cannot be adjust by user without passing a property argument to
>>>the Java virtual machine - this is disc intensive and only requires work
>>>from the local server and the local file system.  No network operations 
>>> are
>>>involved in checkout.
>>>
>>>
>>>
>>>>  First, if you haven’t done it already, use shallow checkouts.  The
>>>> Git plugin has had that since 1.1.23 (September 2012).  If you’re building,
>>>> you don’t need the histories, just the current version.  If that doesn’t
>>>> help…
>>>>
>>>>
>>>>
>>>> Get a sysadmin and profile the pulls.  Is your Git server maxing out on
>>>> CPU or (more likely) disk I/O?  Is your client?
>>>>
>>>>
>>>>
>>>
>>> I don't think that's their issue, since the fetch phase is not the
>>> source of the timeout.
>>>
>>>
>>>>  If your server is maxxing out, you need to either beef up your server
>>>> or reduce the load.  Increasing disk speed is between you and your
>>>> sysadmins, assuming that you own the server.  Reducing load?  Try one or
>>>> more of these:
>>>>
>>>>
>>>>
>>>> · Stop polling.  If you can use GitLab, there’s a plugin to
>>>> have GitLab *push* to Jenkins.  If you have a dozen polling projects,
>>>> this will reduce load big-time.  There may be other Git push solutions for
>>>> other Git servers; I don’t know.
>>>>
>>>
>>> That's good advice, but I don't think central server load is their
>>> issue, since the timeout happens in the "checkout" phase, not the "fetch"
>>> phase
>>>
>>>
>>>>  · The last time I had checkouts take over 10 minutes (on a
>>>> proprietary system, not Git), the problem was that nightly builds kicked
>>>> off all at once and tried to pull 60 branches of the code at once.
>>>> Solution?  Use the
>>>> https://wiki.je

Reg:jenkin job name

2014-07-24 Thread bandi pavankumar reddy
hi i created one job and i did build that job after job successful
 it's creating  " Work-space" folder in my "D: drive"  and in side my
"job_name " folder ..i don't want "work-space" name in that place i want to
dis play my job name folder in my D:drive  and actually in slave creation
  REMOTE FS root i mentioned only "D:/"   like this after completing build
 in side D:/ drive "Work-space" folder creating in side my job name creating
   i dont want "D:/Work-space/job name"
i  want "D:/job name"  format  is it possible in Jenkins

-- 
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.


Hi reg jenkins workspace ...name

2014-07-24 Thread bandi pavankumar reddy
hi i created one job and i did build that job after successful it's
creating   Work-space and in side my job folder ..i don't want
"work-space" name in that place i want to dis play my job name and actually
in slave creation   REMOTE FS root i mentioned only "D:/"   like this
after completing build  in side D:/ drive "Work-space" folder creating in
side my job name creatingi dont want "D:/Work-space/job name"

i  want "D:/job name"  format  is it possible in Jenkins

-- 
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: Hi friends is it possible clone 18 GB repository in Jenkins....

2014-07-24 Thread bandi pavankumar reddy
 (some assume
>> that you own your Git server hardware and network—if you’re running off of
>> GitHub, some of these won’t work).
>>
>>
>>
>> · Put your build machines (and thus your Jenkins slaves) on the
>> same subnet as the Git server, whether or not the Jenkins server is there
>> as well.  If that’s impossible, at least get it to the same site (so it’s
>> all LAN, no WAN).
>>
>> · Replicate the Git server on the subnet your build hosts are
>> on.  Git is built to be distributed.
>>
>> · If you can’t put your build farm near your source farm, at
>> least get a Jenkins slave over on the same network as the Git server.  Give
>> it a job that polls Git.  Rather than actually performing the build, have
>> it compress the sources into a giant Zip file, archives that, then kick off
>> a downstream job (that runs on your local build farm) that unzips the
>> artifact and does the build and test run.  You may need plugins to do this
>> right.  The upstream job will still be able to tell you the changes made to
>> the source, and point you to the downstream job with the actual results.
>>
>>
>>
>> If the server and network are fine, but your build box is maxxed out on
>> I/O writes, you’re going to have to beef up your hardware (or run fewer
>> builds at once, if you run multiple builds on one host).  Get faster drives
>> and/or get a RAID controller for your builds and put it into some sort of
>> striping mode for faster writes.  If you just keep your sources and builds
>> on the RAID (having more permanent things like the OS and your compilers on
>> another drive/RAID), you probably don’t have to have that RAID actually be
>> redundant.  If a drive blows, you lose your current build, swap out another
>> drive, and try again.
>>
>>
>>
>
>
>
>
>>  --Rob
>>
>
> Mark Waite
>
>
>>
>>
>> *From:* jenkinsci-users@googlegroups.com [mailto:
>> jenkinsci-users@googlegroups.com] *On Behalf Of *Mark Waite
>> *Sent:* Wednesday, July 23, 2014 1:03 PM
>> *To:* jenkinsci-users@googlegroups.com
>> *Subject:* Re: Hi friends is it possible clone 18 GB repository in
>> Jenkins
>>
>>
>>
>> Please, read my earlier reply
>> <https://groups.google.com/d/msg/jenkinsci-users/xMYzhcYnC0s/vs7VGo7gETIJ>
>> on this same thread.  The answer is the same to this question, since they
>> are the same failure.
>>
>>
>>
>> The problem is in the git client plugin or in the combination of the git
>> client plugin, your very large repository, your slow file system, and/or
>> your unwillingness to use "sparse checkout" to reduce the size of the
>> content to be checked out to the working directory.
>>
>>
>>
>> Mark Waite
>>
>>
>> On Wednesday, July 23, 2014 9:24:44 AM UTC-6, bandi pavankumar reddy
>> wrote:
>>
>> Hi mark please suggest me any thing still i am getting this error even i
>> mentioned time out also..
>>
>> problem is with Jenkins or git
>>
>>
>>
>> i configured correctly and i configured time out 60 minutes and while
>> starting build OK after 13 to 14 minutes it was giving error time out..some
>> files fetching and cloning alsobut i having total 16 files in that 7
>> files cloning in 13 minute but still 6 file's pending with time out
>> error...i was configured git repository with advanced clone option in that
>> i mentioned time out.i am sending Error... i tryed with shallow clon
>> also
>>
>> Fetching upstream changes from git@100.00.1000.0:Uuuu_P_SOURCE.git
>> > C:\Program Files (x86)\Git\bin\git.exe fetch --tags --progress
>> git@100.00.1000.0:Uuuu_P_SOURCE.git +refs/heads/*:refs/remotes/origin/*
>> > C:\Program Files (x86)\Git\bin\git.exe rev-parse
>> "origin/master^{commit}"
>> Checking out Revision a9f4bc55deac7ceb3ef93799ca15a83cea955242
>> (origin/master)
>> > C:\Program Files (x86)\Git\bin\git.exe config core.sparsecheckout
>> > C:\Program Files (x86)\Git\bin\git.exe checkout -f
>> a9f4bc55deac7ceb3ef93799ca15a83cea955242
>> ERROR: Timeout after 10 minutes
>> FATAL: Could not checkout null with start point
>> a9f4bc55deac7ceb3ef93799ca15a83cea955242
>> hudson.plugins.git.GitException: Could not checkout null with start point
>> a9f4bc55deac7ceb3ef93799ca15a83cea955242
>>
>>
>>
>> On Sun, Jul 20, 2014 at 12:37 AM, Mark Waite 
>> wrote:
>>
>> The error "Timeout after 10 minutes" in y

Re: Hi friends is it possible clone 18 GB repository in Jenkins....

2014-07-23 Thread bandi pavankumar reddy
Hi mark please suggest me any thing still i am getting this error even i
mentioned time out also..
problem is with Jenkins or git

i configured correctly and i configured time out 60 minutes and while
starting build OK after 13 to 14 minutes it was giving error time out..some
files fetching and cloning alsobut i having total 16 files in that 7
files cloning in 13 minute but still 6 file's pending with time out
error...i was configured git repository with advanced clone option in that
i mentioned time out.i am sending Error... i tryed with shallow clon
also

Fetching upstream changes from git@100.00.1000.0:Uuuu_P_SOURCE.git
> C:\Program Files (x86)\Git\bin\git.exe fetch --tags --progress
git@100.00.1000.0:Uuuu_P_SOURCE.git +refs/heads/*:refs/remotes/origin/*
> C:\Program Files (x86)\Git\bin\git.exe rev-parse "origin/master^{commit}"
Checking out Revision a9f4bc55deac7ceb3ef93799ca15a83cea955242
(origin/master)
> C:\Program Files (x86)\Git\bin\git.exe config core.sparsecheckout
> C:\Program Files (x86)\Git\bin\git.exe checkout -f
a9f4bc55deac7ceb3ef93799ca15a83cea955242
ERROR: Timeout after 10 minutes
FATAL: Could not checkout null with start point
a9f4bc55deac7ceb3ef93799ca15a83cea955242
hudson.plugins.git.GitException: Could not checkout null with start point
a9f4bc55deac7ceb3ef93799ca15a83cea955242


On Sun, Jul 20, 2014 at 12:37 AM, Mark Waite 
wrote:

> The error "Timeout after 10 minutes" in your output shows that you're
> seeing https://issues.jenkins-ci.org/browse/JENKINS-23476 .  The plugin
> assumes (incorrectly in your case) that a checkout operation (which is
> entirely local disc I/O) will not need more than 10 minutes.  Your
> repository is so large, or your disc I/O is so slow that you can't checkout
> within the 10 minute timeout period.
>
> You can either use sparse checkout within the git plugin to reduce the
> time required to perform a checkout, or you can switch from using the git
> plugin to perform your checkout yourself as a build step.  Performing the
> checkout yourself as a build step is more complicated and more error prone,
> but does not have the timeout limit.  Unfortunately, it also makes Jenkins
> less useful, because you can no longer see source code changes as part of
> the job, and you can no longer poll for changes.
>
> Mark Waite
>
>
> On Sat, Jul 19, 2014 at 12:46 PM, bandi pavankumar reddy <
> pavanreddy...@gmail.com> wrote:
>
>> i configured correctly and i configured time out 60 minutes and while
>> starting build OK after 13 to 14 minutes it was giving error time out..some
>> files fetching and cloning alsobut i having total 16 files in that 7
>> files cloning in 13 minute but still 6 file's pending with time out
>> error...i was configured git repository with advanced clone option in that
>> i mentioned time out.i am sending Error... i tryed with shallow clon
>> also
>>
>> Fetching upstream changes from git@100.00.1000.0:Uuuu_P_SOURCE.git
>> > C:\Program Files (x86)\Git\bin\git.exe fetch --tags --progress
>> git@100.00.1000.0:Uuuu_P_SOURCE.git +refs/heads/*:refs/remotes/origin/*
>> > C:\Program Files (x86)\Git\bin\git.exe rev-parse
>> "origin/master^{commit}"
>> Checking out Revision a9f4bc55deac7ceb3ef93799ca15a83cea955242
>> (origin/master)
>> > C:\Program Files (x86)\Git\bin\git.exe config core.sparsecheckout
>> > C:\Program Files (x86)\Git\bin\git.exe checkout -f
>> a9f4bc55deac7ceb3ef93799ca15a83cea955242
>> ERROR: Timeout after 10 minutes
>> FATAL: Could not checkout null with start point
>> a9f4bc55deac7ceb3ef93799ca15a83cea955242
>> hudson.plugins.git.GitException: Could not checkout null with start point
>> a9f4bc55deac7ceb3ef93799ca15a83cea955242
>>
>> --
>> 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.
>>
>
>
>
> --
> Thanks!
> Mark Waite
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Jenkins Users" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/jenkinsci-users/xMYzhcYnC0s/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> jenkinsci-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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: Hi friends is it possible clone 18 GB repository in Jenkins....

2014-07-19 Thread bandi pavankumar reddy
i configured correctly and i configured time out 60 minutes and while 
starting build OK after 13 to 14 minutes it was giving error time out..some 
files fetching and cloning alsobut i having total 16 files in that 7 
files cloning in 13 minute but still 6 file's pending with time out 
error...i was configured git repository with advanced clone option in that 
i mentioned time out.i am sending Error... i tryed with shallow clon 
also

Fetching upstream changes from git@100.00.1000.0:Uuuu_P_SOURCE.git 
> C:\Program Files (x86)\Git\bin\git.exe fetch --tags --progress 
git@100.00.1000.0:Uuuu_P_SOURCE.git +refs/heads/*:refs/remotes/origin/* 
> C:\Program Files (x86)\Git\bin\git.exe rev-parse "origin/master^{commit}" 
Checking out Revision a9f4bc55deac7ceb3ef93799ca15a83cea955242 
(origin/master) 
> C:\Program Files (x86)\Git\bin\git.exe config core.sparsecheckout 
> C:\Program Files (x86)\Git\bin\git.exe checkout -f 
a9f4bc55deac7ceb3ef93799ca15a83cea955242 
ERROR: Timeout after 10 minutes 
FATAL: Could not checkout null with start point 
a9f4bc55deac7ceb3ef93799ca15a83cea955242 
hudson.plugins.git.GitException: Could not checkout null with start point 
a9f4bc55deac7ceb3ef93799ca15a83cea955242 

-- 
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.


Hi friends is it possible clone 18 GB repository in Jenkins....

2014-07-18 Thread bandi pavankumar reddy
Hi friends i am trying to clone 18 GB repository in Jenkins it's giving 
 time out error and i already mentioned timeout 60 minuets i n 13 th minute 
it' displaying time out error ...give me any suggestions it is possible or 
not 

-- 
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.


Hi i am trying to clone git repository into Jenkins...it' displaying time out error even i specified advance clone option also ......it's displaying time out error

2014-07-17 Thread bandi pavankumar reddy
Hi actually my repository size 17 GBi am trying to clone in Jenkins it' 
s displaying time out error all-ready i configured advance clone option in 
time then after 13th minute it' displaying errorgive me any 
suggestion...i am sending error ,..


> C:\Program Files (x86)\Git\cmd\git.exe checkout -f 
> a9f4bc55deac7ceb3ef93799ca15a83cea955242
ERROR: Timeout after 10 minutesFATAL 
: Could not checkout null 
with start point 
a9f4bc55deac7ceb3ef93799ca15a83cea955242hudson.plugins.git.GitException 
:
 Could not checkout null with start point 
a9f4bc55deac7ceb3ef93799ca15a83cea955242
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$8.execute(CliGitAPIImpl.java:1497)
 

at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
 

at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
 

at hudson.remoting.UserRequest.perform(UserRequest.java:118) 

at hudson.remoting.UserRequest.perform(UserRequest.java:48) 

at hudson.remoting.Request$2.run(Request.java:328) 

at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
 

at java.util.concurrent.FutureTask.run(FutureTask.java:266) 

at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) 

at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 

at hudson.remoting.Engine$1$1.run(Engine.java:63) 

at java.lang.Thread.run(Thread.java:745) 

Caused by: hudson.plugins.git.GitException 
:
 Command "C:\Program Files (x86)\Git\cmd\git.exe checkout -f 
a9f4bc55deac7ceb3ef93799ca15a83cea955242" returned status code -1:
stdout: 
stderr: 

-- 
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.


Reg git clone error in Jenkins....

2014-07-16 Thread bandi pavankumar reddy
hi mark i am getting error for cloning in jenkins any body help me plaese 


Caused by: hudson.plugins.git.GitException
:
Command "C:\Program Files (x86)\Git\cmd\git checkout -f
89c54bf6cc8ed4c565bbe50ecaabe5
574b8b6201" returned status code 128:
stdout:
stderr: error: unable to create file
DetentionAndStorageCollRpt/DetentionStorageCollectionEar/DetentionStorageCollectionEar-ejb/src/java/lrp/arp/accounts/reports/detentionstoragecollection/shared/DetentionStorageCollectionLocalHome.java
(Filename too long)
error: unable to create file

-- 
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.


reg:git clone using additional behaviors

2014-07-16 Thread bandi pavankumar reddy
 Hi mark i tried with git clone in Jenkins advanced clone behaviors...it'
working fine and checkout repository only displaying some error's..i am
sending errors please give me any sugestion's
Checking out Revision 89c54bf6cc8ed4c565bbe50ecaabe5574b8b6201
(origin/master)
 > C:\Program Files (x86)\Git\cmd\git config core.sparsecheckout
 > C:\Program Files (x86)\Git\cmd\git checkout -f
89c54bf6cc8ed4c565bbe50ecaabe5574b8b6201
FATAL: Could not checkout null with start point
89c54bf6cc8ed4c565bbe50ecaabe5574b8b6201
hudson.plugins.git.GitException: Could not checkout null with start point
89c54bf6cc8ed4c565bbe50ecaabe5574b8b6201
at
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$8.execute(CliGitAPIImpl.java:1497)
at
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
at
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
at hudson.remoting.UserRequest.perform(UserRequest.java:118)

Caused by: hudson.plugins.git.GitException: Command "C:\Program Files
(x86)\Git\cmd\git checkout -f 89c54bf6cc8ed4c565bbe50ecaabe5574b8b6201"
returned status code 128:
stdout:
stderr: error: unable to create file

InvoiceIncludeChargesVo.java (Filename too long)
fatal: cannot create directory at '

-- 
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: Sparse Checkout in GIT

2014-07-16 Thread bandi pavankumar reddy

>
> Hi mark i am trying to clone git repository in Jenkins it's not cloning 
> and displaying time out error give me any suggestion and one more thing 
> my repository is large repository and size is 16GB  and very big repository 
> how can i clone in jenkins 
>
how to  set the build timeout in jenkins . 
 
.> C:\Program Files (x86)\Git\bin\git.exe fetch --tags --progress 
git@000.00.000.00:ppp_PR_SOURCE.git +refs/heads/*:refs/remotes/origin/*
ERROR: Timeout after 10 minutes
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Command "C:\Program Files 
(x86)\Git\bin\git.exe fetch --tags --progress 
git@000.00.000.00:ppp_PR_SOURCE.git 
stderr: remote: Counting objects: 245798[K
remote: Counting objects: 395509[K
remote: Counting objects: 503084, done. [K
remote: Compressing objects:   0% (1/170398)[K
remote: Compressing objects:   1% (1704/170398)[K
remote: Compressing objects:   2% (3408/170398)[K
remote: Compressing objects:   3% (5112/170398)[K

 

-- 
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.