Re: sparse checkout multiple repositories

2021-04-14 Thread Manoj Chander
git step cannot be > used. Refer to the git plugin documentation > <https://plugins.jenkins.io/git#extensions> for detailed descriptions of > options available to the checkout step. For example, the git step does not > support: > >- SHA-1 checkout >- Tag checkout >

sparse checkout multiple repositories

2021-03-18 Thread Manoj Chander
sults.git' } dir('Combination') { git url: 'https://github.com/AtlasBID/Combination.git' } dir('CombinationBuilder') { git url: 'https://github.com/AtlasBID/CombinationBuilder.git' } sh('ls') sh('.

Nvm in Jenkins pipeline

2020-12-21 Thread Manoj Chander
Hi I have installed nvm and have nvm.sh under /home/Jenkins/.nvm. Have configured NVM_DIR to Jenkins bashrc How to use nvm to use specific version npm in my pipeline. Stages { Stage { Sh """ Source~/.nvm /home/Jenkins/. nvm/nvm.sh use 12.16.3 """ } } Is not worki

Multiple Artifacts in Nexusartfactuploader

2020-12-04 Thread Manoj Chander
Hi greetings everyone , My project is creating some 60 jars with diff names , I want to push them to nexus i could not use wildcard (.jar) build fails seems nexusArtifactUploader doesnt suport wildcard. how can i achieve this can i create a loop ? is there a better way to do this . nexus

Jenkins global config.xml read plugins xml dynamically

2016-11-01 Thread Manoj Thakkar
Hi, I have a plugin which generates an xml (config) for it. I would like to put the config in source code control also generate it programmatically. The problem is how can i make the global jenkins config read this newly generated plugin config xml file every time ? Any pointers how can i do it

Interating

2015-09-14 Thread manoj
how to integrate Jenkin with tasktop -- 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 th

Re: Jenkins Settings problem

2013-09-16 Thread Manoj Kumar Bardhan
t part? > > Richard. > > On Monday, September 16, 2013, Manoj Kumar Bardhan wrote: > >> Hi, >> >> I am using Maven Release Plugin for automate the build & release >> process.Its working fine but one problem I am facing. >> >> I have created a j

Re: java.lang.OutOfMemoryError: PermGen space

2013-09-15 Thread Manoj Kumar Bardhan
Hi Thomas, Its obvious that your heap memory size is not sufficient. You please increase the Heap Size of your Jenkins server. http://manojbardhan2009.blogspot.in/2011/08/error-error-javalangoutofmemoryerror.html Hope it will help you. On Thursday, September 12, 2013 1:18:26 PM UTC+5:30, Thom

Jenkins Settings problem

2013-09-15 Thread Manoj Kumar Bardhan
Hi, I am using Maven Release Plugin for automate the build & release process.Its working fine but one problem I am facing. I have created a job, which is checking trunk in every 15 mins, if any changes found it starts the build & release process.And its working fine. But , small problem is w

How to automate a Job in Jenkins ? Using Maven Release Plugin.

2013-09-13 Thread Manoj Kumar Bardhan
Hi All, I am using Maven Release Plugin for automate the build & release process.Its working fine but one problem I am facing. I have created a job, which is checking trunk in every 15 mins, if any changes found it starts the build & release process.And its working fine. But , small problem i

Re: Deploying to a local GlassFish 3 instance fails on a ClassCastException

2012-11-05 Thread Manoj Sah
Hi, I am getting same error as below. Did you get any workaround for this ? On Thursday, September 15, 2011 9:10:42 AM UTC-7, Ilmari Vacklin wrote: > > I'm trying to deploy a .war to a GF3 instance in `/var/lib/glassfish`. > I've also specified the admin user/pass in the project configuration. I

While running UI tests on Jenkins slave, session gets disconnected.

2012-08-13 Thread Manoj Attal
I have set up Jenkins slave and masters on windows machines. I have set up Jenkins slave using JNLP(Java web smart) mode. On jenkins slave I am performing set up of application and then it perform some UI tests. The issue is that Jenkins slave automatically gets disconnected after few minutes.