How to setup Jenkins slave in jenkins 2.73.2 version?

2017-10-15 Thread Hemant Wanjari
Hello Guyz, Anyone kows how to setup Jenkins slave in jenkins 2.73.2 version? -- 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...@goog

Re: /var/lib/jenkins/jobs/testjob/workspace folder not exist

2017-10-15 Thread Hemant Wanjari
;> directories. I think if the instance was upgraded, it keeps the same path >> for the later version as well, but new installs should use the new >> locations. >> >> On Saturday, October 14, 2017 at 4:13:45 PM UTC-6, Hemant Wanjari wrote: >>> >>> I a

Re: /var/lib/jenkins/jobs/testjob/workspace folder not exist

2017-10-14 Thread Hemant Wanjari
I am not getting you. Attaching screenshot for more clarification. On Sunday, 15 October 2017 03:14:49 UTC+5:30, Yotam Shapira wrote: > > It shouldn’t exist. The folder /var/lib/jenkins/jobs/testjob is where your > workspace is. -- You received this message because you are subscribed to th

/var/lib/jenkins/jobs/testjob/workspace folder not exist

2017-10-14 Thread Hemant Wanjari
Hi, Anyone can help me here In my machine /var/lib/jenkins/jobs/testjob/*workspace *folder not exist -- 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 jenki

Re: Invalid tool ID

2016-07-15 Thread hemant ojha
This will solve your problem. Manage Jenkins -> Manage Plugins -> Advanced: Click "Check Now" button at the bottom/right of the page. On Wednesday, June 18, 2014 at 8:38:12 PM UTC+5:30, William Damage wrote: > > Jenkins is building everything fine but I'm seeing this at the start of each > one:

Re: What is the best way to download all the Jenkins plugins along with their dependencies?

2016-04-04 Thread Hemant Gupta
t; I build them all as RPMs and let yum resolve the dependencies. >> >> >> >> On 1 April 2016 at 23:50, jieryn > wrote: >> >>> bash$ jar xf the.jpi >>> bash$ find the/WEB-INF/lib >>> >>> On Fri, Apr 1, 2016 at 6:28 PM, Hemant

Re: What is the best way to download all the Jenkins plugins along with their dependencies?

2016-04-01 Thread Hemant Gupta
sion. This > seems like a pretty straightforward web crawler walk, downloading only > the /latest/ linkage from > http://updates.jenkins-ci.org/download/plugins/ > > On Fri, Apr 1, 2016 at 5:51 PM, Hemant Gupta > wrote: > > I am thinking of writing a bash script(plugin.

What is the best way to download all the Jenkins plugins along with their dependencies?

2016-04-01 Thread Hemant Gupta
I am thinking of writing a bash script(plugin.sh) that would download the plugins along with their dependencies. I am also thinking of creating a text file(plugin.txt) where I would list the plugin and version that I need to download. The bash script(plugin.sh) will take text file(plugin.txt)

Polling Accurev SCM only if there are any changes in code

2016-03-03 Thread Hemant Gupta
I am polling Accurev SCM after every 30 minutes using Poll SCM as H/30 * * * * However, I want to change the functionality so that Accurev is polled by Jenkins only after there are changes in code in Accurev. I don't want to keep polling Accurev SCM after every 30 minutes Please let me know ho

How to use Job DSL with Accurev SCM??

2016-02-22 Thread Hemant Gupta
I am using the following script to create a Job DSL using accurev. Please let me know how should the correct script look like. job('payer-server') { scm { accurev { /**What to insert here **/ } } triggers { scm('H/15 * * * *') } steps { maven { goals('-e clean

Jenkins StarTeam checkout problem

2013-04-04 Thread Hemant
Hi, I am getting below error while chec-out files from StarTeam. Please help me if you have some suggestion to fix this issue. Thanks Started by user *anonymous* Building in workspace C:\JenkinsProjectSpace\workspace\DENTAL Computing change set perf