Re: fatal: git index-pack failed

2020-01-16 Thread Mark Waite
On Thu, Jan 16, 2020 at 7:41 PM Hormoz Zarnani wrote: > > Hi. I am in a similar situation where I have several very large Git > repositories, and I want to build multibranch pipelines for each of them, > and my reference repositories don’t seem to be used for scanning/indexing. > My issue can’

Re: fatal: git index-pack failed

2020-01-16 Thread Hormoz Zarnani
On Tuesday, July 2, 2019 at 8:38:46 AM UTC-7, Mark Waite wrote: > That's great news.  A git repository that needs more than 10 minutes to clone > is a really good candidate for reference repositories and all the other > techniques suggested in the "Git in the Large" video.  The first preference

[EVENT]: Pre-FOSDEM workshops & Contributor Summit

2020-01-16 Thread Alyssa Tong
Hello, FOSDEM is always an exciting time for those of us in the open source. If you are attending FOSDEM, those of us in Jenkins project will be doing a couple of activities starting Thursday, 30 Jan through Sunday, 2 Feb : On* Thursday, 30 Jan,* there will be 2 workshops. Pls note that registrat

Re: Jenkins @Library load dynamic branch from variable

2020-01-16 Thread Chris Carpenter
Yes it's mostly to ease testing changes. Our pipelines are tied to kubernetes/openshift so there's a lot of interaction there that I need to make sure a whole pipeline still runs. Was hoping to dynamically update the right branch of the pipeline library so we don't accidentally commit a to mast

Xunit and python xmlrunner

2020-01-16 Thread Jérôme Godbout
Hi, I managed to make my python unit test run under my Jenkins scripted pipeline Jenkinsfile. I have multiple .xml files into my output folders. When I try to gather the result with xunit, it doesn't work and I don't know why, the xml seem like a legitimate Junit result: My jenkinsfile call (I

Re: Agent fails - windows agent service is restarting - SIGINT to 3460 failed - Killing as fallback

2020-01-16 Thread zakyn
Hello, the problem is still there. This is a combination for problems from event log. Any ideas please? Thank you. [image: jenkins-slave-errors.png] Dne středa 8. ledna 2020 14:32:23 UTC+1 zakyn napsal(a): > > Hello, > > I would like to ask you for a help. > > We have a problem, that windows

Re: Jenkins @Library load dynamic branch from variable

2020-01-16 Thread Jan Monterrubio
When testing library changes, I usually make a new folder and specify the branch I am testing there. I’ve never tried to do the dynamic environment variable. Is your end goal to integration test your library before merging it to master? We do something similar by standing up a local Jenkins and us

Re: Jenkins @Library load dynamic branch from variable

2020-01-16 Thread Chris Carpenter
It seems with this you lose some functionality with code in the `src` directory. Using classes from the src/ directory is also possible, but trickier. > Whereas the @Library annotation prepares the “classpath” of the script > prior to compilation, by the time a library step is encountered the s

Re: Client side validation in Jenkins Plugin using jelly

2020-01-16 Thread Ullrich Hafner
Did you look into the https://plugins.jenkins.io/ui-samples-plugin? There are a lot of Jenkins UI elements explained there... > Am 16.01.2020 um 11:51 schrieb vinita sanghi : > > I am using jelly controls for UI design in my Jenkins plugin. I need

Client side validation in Jenkins Plugin using jelly

2020-01-16 Thread vinita sanghi
I am using jelly controls for UI design in my Jenkins plugin. I need to enable a textbox based on radio button selection. Cannot use radio blocks here . Is this requirement achievable ? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsub

Jenkins - one Git repository has several logical projects.

2020-01-16 Thread Serjo Molotkov
Please, help. I'm doing migration CI/CD from TeamCity + SVN to Jenkins + Git (GitLab). But, the one Git repository includes five logical projects (in the diferent folders and sub-folders). To make a five of Git repository is bad way for me. In the Jenkins I have made a five Jobs (one for the e