Maven Disappears

2016-02-15 Thread Eric Naitove
This is strange. I have a MASTER and 2 slaves. On the slaves I have a D:\Maven folder with the following releases. apache-maven-2.2.1 apache-maven-3.0.4 apache-maven-3.2.1 apache-maven-3.2.5 apache-maven-3.3.1 apache-maven-3.3.3 apache-maven-3.3.9 Everything is configured properly but here is

view Jenkins configuration

2016-01-20 Thread Eric Naitove
Is there a way to retrieve all the system configuration via api or groovy. Such as all Maven definitions, Ant definitions, JDK's etc. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails fro

Re: Next Build Number Groovy Script

2016-01-08 Thread Eric Naitove
h { job -> println > "${job.name},${job.nextBuildNumber}" > } > > 2016-01-08 13:35 GMT+00:00 Eric Naitove >: > >> import jenkins.model.* >> import jenkins.model.node.* >> import jenkins.model.slave.* >> >> Jenkins.instance?.item

Re: Next Build Number Groovy Script

2016-01-08 Thread Eric Naitove
ng.Thread.run(Unknown Source) On Friday, January 8, 2016 at 7:55:56 AM UTC-5, Eric Naitove wrote: > > Where am I wrong here. I have tried several combinations > > import jenkins.model.* > import jenkins.model.node.* > import jenkins.model.slave.* > > Jenkins.instance?.items.

Next Build Number Groovy Script

2016-01-08 Thread Eric Naitove
Where am I wrong here. I have tried several combinations import jenkins.model.* import jenkins.model.node.* import jenkins.model.slave.* Jenkins.instance?.items.each { job -> if ( job.getLastBuild() != null ) { println "${job.name},${job.getLastBuild().getNumber()},${job.getnextBuildNumber().g

Re: Config AutoRefresh Plugin

2016-01-06 Thread Eric Naitove
: > > Just to be sure: are you talking about refreshing Jenkins pages? Have you > clicked on the right on the "Auto refresh" link? > > 2016-01-05 21:54 GMT+01:00 Eric Naitove >: > >> We have the Config AutoRefresh Plugin >> <http://wiki.jenkins-ci

Re: Config AutoRefresh Plugin

2016-01-05 Thread Eric Naitove
the plugin back on and still nothing On Tuesday, January 5, 2016 at 2:23:17 PM UTC-5, Eric Naitove wrote: > > Does not work on our server. Where can I set this manually ? > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group.

Config AutoRefresh Plugin

2016-01-05 Thread Eric Naitove
Does not work on our server. Where can I set this manually ? -- 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 v

Warning: this build has no associated authentication

2015-12-10 Thread Eric Naitove
I have brought up a new Jenkins server. ALL my jobs are from 1.555 Is there a way to GLOBALLY change ALL JOBS to "Run as User who Triggered Build" in Access Control for Builds all jobs or somewho bypass, configure, etc.. I have 1000+ jobs. -- You received this message because you are subscri

Re: New Server upgrade and old jobs

2015-11-30 Thread Eric Naitove
ade pace suggests "stable", so why not choose a version that is > intentionally stable, while still using a more modern version? > > Refer to https://wiki.jenkins-ci.org/display/JENKINS/LTS+Release+Line for > more information about LTS versions. > > Mark Waite > > On

New Server upgrade and old jobs

2015-11-30 Thread Eric Naitove
I am upgrading from 1.555 to 1.638. I copied a job over and holy crap it's buggy. All plug-ins are installed, etc. Configuration is good. Are there KNOWN issues when copying jobs over. Dynamic Parameter example. 1st parameters is takes but NOT the second -- You received this message becaus

Jenkins Slave 1.555 config file

2015-11-06 Thread Eric Naitove
To save hours and hours of time... Where in the work is the configuration files for slaves on Jenkins 1.555. New Jenkins it's in a specific folder BUT... -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and sto

Re: Combining 3 Masters to One

2015-10-19 Thread Eric Naitove
Not for the JOB configs. Just the actual config of the server On Monday, October 19, 2015 at 12:48:37 PM UTC-4, Eric Naitove wrote: > > I have 3 separate masters that I need to combine to ONE single master. > Has anyone ATTEMPTED to take the 3 (or 2 or more) configuration files and &

Combining 3 Masters to One

2015-10-19 Thread Eric Naitove
I have 3 separate masters that I need to combine to ONE single master. Has anyone ATTEMPTED to take the 3 (or 2 or more) configuration files and tried to manually combine them then restart a new server with the combined configuration file? I know it sounds crazy BUT -- You received this

Multiple or No Plugin Versions

2015-10-15 Thread Eric Naitove
We are bringing up a new Master Jenkins. Consolidation of 4 servers. Here is my situation. Projects across the existing 4 servers utilize many of the same plugins BUT different versions as an example: Server 1 - parameterized-trigger 2.29 Server 2 - parameterized-trigger 2.24 Server 3 - par

Projects tied to NODES

2015-10-01 Thread Eric Naitove
Is there a way via the console, to list all jobs WITH displaying the NODE assigned via "Restrict where this project can run" -- 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

Re: Build Duration Information

2015-09-30 Thread Eric Naitove
Jenkins AND management being management. :) On Wednesday, September 30, 2015 at 2:02:47 PM UTC-4, Eric Naitove wrote: > > I at some time via Groovy or the API obtained a list of all my jabos and > the run tines as follows > > GwInt202DeployTomcatCc 8 min 54 sec - #1352 > > It

Build Duration Information

2015-09-30 Thread Eric Naitove
I at some time via Groovy or the API obtained a list of all my jabos and the run tines as follows GwInt202DeployTomcatCc 8 min 54 sec - #1352 It was a large list that I cleaned up grabbing the last build (meaning the entry above had several hundred lines. I kept the last one in an Excel sprea

Projects tied to a NODE

2015-09-21 Thread Eric Naitove
Is there a way to list all my NODES and the specific Projects tied to each NODE? -- 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...@go

Sub Project Using Parameters

2015-09-11 Thread Eric Naitove
I am trying to run a sun-project by passing twp parameters coming from the user input from the Dynamic Parameter fields on the build screen: DEV_OR_REL DEV_OR_REL_NUM *Trigger/call builds on other projects* ${DEV_OR_REL}_BC_${DEV_OR_REL_NUM} and of course I get this: No such project ‘${DEV_OR_

Restrict where this project can be run from

2013-12-05 Thread Eric Naitove
I am trying to use the console to list jobs and restrictions as where they can be run from. I have hundreds of jobs and 100+ nodes. All inherited. My script is listed below. Any help would be appreciated. import hudson.model.* for(item in Hudson.instance.items) { println(item.name) printl