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
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
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
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
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
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
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.
:
>
> 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
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
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.
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
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
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
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_
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
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
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
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
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
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
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
&
21 matches
Mail list logo