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

jenkins as central orchestration of jobs

2016-03-03 Thread Duarte Carreira
I'm using jenkins more as an automation tool for server maintenance than for continuously building software. My question is: how to see the whole calendar of the next week's scheduled jobs? Just the "Next Execution" column doesn't cut it... You'll have trouble making sense of it once you have

Re: centralized email notification settings

2016-03-03 Thread Duarte Carreira
Thanks, I'll try that. Seems promissing. On Wednesday, March 2, 2016 at 5:40:44 PM UTC, slide wrote: > > If you are using email-ext, you can install the email template plugin > > https://wiki.jenkins-ci.org/display/JENKINS/Email-ext+Template+Plugin > > On Wed, Mar 2, 2016 at 10:17 AM Duarte Carre

jenkins to run our integration tests in jenkin by pulling artifact from our remote repository.

2016-03-03 Thread MasterMind
Hi, I am new to jenkins and researching this product. I'm struggling to fig out how can i use jenkins to run our integration tests in jenkin by pulling artifact from our remote repository. background : we have separate build automation system and that loads the artifact (jar) in a separate

Jenkins URL in System configuration and broken reverse proxy plugin error

2016-03-03 Thread Esben Rugbjerg
Hi, I am putting my Jenkins server behind an nginx reverse proxy. I have a configuration of nginx which is working: The important parts of the configuration: server { location / { proxy_pass http://127.0.0.1:8084 proxy_redirect http://localhost https://jenkins.examp

Re: Workspace cleanup after job removal

2016-03-03 Thread Frederic Meyrou
Hi Bertrand, Would you mind to share your script again please? ./Frédéric Le mercredi 30 mai 2012 12:01:38 UTC+2, Bertrand Renuart a écrit : > > For those that are interested, I solved the issue by writing a small > Groovy script that gets executed periodically. > This script goes through the

Jenkins status in a TFS dashboard

2016-03-03 Thread Barry Gavenda
We have a Jenkins infrastructure for moving our code throough environments. Its been a company decree that developers only use VS,TFS and not go into jenkins. QA and DevOps can, but Mgmt wants Dev/Dev Mgrs to stay in TFS (please don't tell me to change their minds, we're pas that). That being

Re: Same Build number series for multiple projects

2016-03-03 Thread Amit Bhardwaj
I am thinking of trying an unconventional way. I can put current build # in a file. Read that file on next build # and +1 it. All the projects can use this file for their build # and this approach wont need any manual intervention to supply build # as parameter. Not sure but worth a try as I feel.