Re: Another CLI question

2017-10-04 Thread Richard Ginga
to ensure that it doesn't buffer request/response bodies when serving > Jenkins through HTTPS. > > Hopefully it helps. > > 2017-10-04 19:01 GMT+02:00 Richard Ginga : > >> is anybody out there? >> >> my script syntax for this is >> >> cmd =

Re: Another CLI question

2017-10-04 Thread Richard Ginga
On Wed, Oct 4, 2017 at 10:08 AM, Richard Ginga wrote: > I see a thread happening on CLI issues. I have a different question/issue > and do not want to hijack that other discussion. > > when running any cli in a pipeline script I an getting below but the > command works >

Another CLI question

2017-10-04 Thread Richard Ginga
I see a thread happening on CLI issues. I have a different question/issue and do not want to hijack that other discussion. when running any cli in a pipeline script I an getting below but the command works *00:04:11.368* + java -jar /Users/jenkins/Downloads/jenkins-cli.jar -noKeyAuth -s https://s

Multiple slack calls in a freestyle build

2017-09-26 Thread Richard Ginga
in the post build section I have a slack message for failure and back to normal with the Authors appended. I also have a conditional block where I send a slack message if the triggered upload job fails (reported as unstable) with a custom message. when I change either slack step, I only get the "

restarting jenkins with pipeline

2017-09-22 Thread Richard Ginga
We are running jenkins 2.7.4. When I restart jenkins with safeRestart, are pipelines paused at a user input step supposed to recover? -- Dick Ginga Build Engineer rgi...@disruptorbeam.com -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To uns

Re: Send mail from Jenkins with attach conditioned file

2017-09-06 Thread Richard Ginga
/lh3.googleusercontent.com/-6wX4VYvodX4/Waz876Gk7aI/AKA/u8zUedtAe1YnXm3HmZH2gLgV4LFv_sihACLcBGAs/s1600/Screenshot_13.jpg> > Is there any tutorial about this topic? > > Thanks so much!!! > > > > El viernes, 1 de septiembre de 2017, 14:54:56 (UTC+2), Richard Ginga > e

Re: Running a command

2017-09-01 Thread Richard Ginga
you wouldjust put this in the batch step: *cd c:\xyz\bin* *call asadmin start-domain * the "call" makes jenkins wait for the batch file to complete On Fri, Sep 1, 2017 at 9:17 AM, wrote: > Hi > > I am new user to Jenkins and am blocked at one point. In my case I created > a freestyle project a

Re: Send mail from Jenkins with attach conditioned file

2017-09-01 Thread Richard Ginga
if you add the "Any Build Step" plugin, you can run build steps as post build steps and visa-versa. you need to configure it System Configuration On Fri, Sep 1, 2017 at 4:17 AM, Ana MB wrote: > Hi guys! > > I have a question... from Conditional BuildStep plugin I don't have "Send > mail" Option,

Re: P4 Plugin - Jenkins Poll not triggering builds despite finding changes

2017-08-24 Thread Richard Ginga
e no changes. > Unless this is an actual bug. > > On Wednesday, August 23, 2017 at 5:07:51 PM UTC-4, Richard Ginga wrote: >> >> the "+" mostly works if you have Quiet turned off. >> >> preview check is probably not going to do a build because it has

Re: P4 Plugin - Jenkins Poll not triggering builds despite finding changes

2017-08-23 Thread Richard Ginga
: [$class: 'CheckOnlyImpl', > force: false, > have: false, > modtime: false, > quiet: true], > workspace: [$class: 'StaticWorkspaceImpl', > charset: 'none', >

Re: P4 Plugin - Jenkins Poll not triggering builds despite finding changes

2017-08-23 Thread Richard Ginga
the "+" mostly works if you have Quiet turned off. preview check is probably not going to do a build because it has not updated anything in the workspace. It just updated the the workspace's definition on the server to match the current contents of the stream. thus, no changes On Wed, Aug 23, 201

Re: P4 Plugin - Jenkins Poll not triggering builds despite finding changes

2017-08-23 Thread Richard Ginga
what is your p4 configuration within the job? On Wed, Aug 23, 2017 at 4:48 PM, Marley Kudiabor wrote: > Hello, > > I'm using the P4 Plugin on a stream and trying to poll and Jenkins isn't > triggering a poll despite there being changes. It clearly detects changes > and tries to parse them but th

Re: xcode 2.0 NPE

2017-08-21 Thread Richard Ginga
its https://issues.jenkins-ci.org/browse/JENKINS-46326 On Mon, Aug 21, 2017 at 2:10 PM, Richard Ginga wrote: > no wait, that is not mine. do you see one from me? > > > On Mon, Aug 21, 2017 at 1:51 PM, Richard Ginga > wrote: > >> Thanks Arnaud. created https://issu

Re: xcode 2.0 NPE

2017-08-21 Thread Richard Ginga
no wait, that is not mine. do you see one from me? On Mon, Aug 21, 2017 at 1:51 PM, Richard Ginga wrote: > Thanks Arnaud. created https://issues.jenkins-ci.org/browse/JENKINS-19886 > > > On Mon, Aug 21, 2017 at 1:02 PM, Arnaud Héritier > wrote: > >> Could you

Re: xcode 2.0 NPE

2017-08-21 Thread Richard Ginga
er.java#L713 > > Seems to be related to the plist when packaging the IPA... > > It's probably due to a configuration change. In the issue please describe > which settings you defined in your build > > On Mon, Aug 21, 2017 at 6:13 PM, Richard Ginga > wrote: > >> I

xcode 2.0 NPE

2017-08-21 Thread Richard Ginga
I am testing ios builds on xcode 2.0 after upgrading from 1.4.11. the build worked under 1.4.11 but I get an NPE in FilePath.mkdirs as below. I don't know what to make of this error (jenkins 2.7.1) *10:05:40* ** ARCHIVE SUCCEEDED ***10:05:40* *10:05:40* Cleaning up previously generated .ipa files*

Re: Q: what stage/branch failed when using failfast with declarative pipelines?

2017-08-15 Thread Richard Ginga
I do not use declarative pipelines, i use scripted pipelines, but I think you can get the result and some other information from the objects afs_release and afs_format like this: afs_release.getResult On Mon, Aug 14, 2017 at 11:48 AM, Victor Martinez < victormartinezru...@gmail.com> wrote: > H

Build Time Blame plugin

2017-08-03 Thread Richard Ginga
Hi All, I just installed this plugin and am excited to use it but ... the Build Time Blame Report does not come up in the left menu on every build (but on most) and on most builds it only has the latest build info (do I have to display the report once before it will do multiple future builds?) a

Re: How to export data of successfull build to excel

2017-07-31 Thread Richard Ginga
it exactly? > > Am Montag, 31. Juli 2017 16:59:06 UTC+2 schrieb Richard Ginga: >> >> i did something similar to gather build time info and it was simply to >> append to some accessible .csv file in a shell or batch script :) >> >> On Mon, Jul 31, 2017 at 10:47 AM, w

Re: How to export data of successfull build to excel

2017-07-31 Thread Richard Ginga
i did something similar to gather build time info and it was simply to append to some accessible .csv file in a shell or batch script :) On Mon, Jul 31, 2017 at 10:47 AM, wrote: > Hello, > > I wanted to know whether it is possible to export certain data from > jenkins to excel when a build is su

Re: Is it possible to pause a pipeline, via an input, and then only allow a privileged user to progression it???

2017-07-07 Thread Richard Ginga
if you look at the "input" pipeline step documentation, use: submitter (optional) User IDs and/or *external* group names of person or people permitted to respond to the input, separated by ','. If you configure "alice, bob", will match with "alice" but not with "bob". You need to remove all the wh

Fwd: setting the description of a view in pipelines

2017-07-06 Thread Richard Ginga
To All, I want to build a table and put it as a view's description. I found the below code that does work in the script console but in a scripted pipeline it shows no failure but does not work. Here the the entire pipeline: import org.kohsuke.stapler.StaplerRequest import org.kohsuke.stapler.Sta

Re: Invoking jenkins job on separate Jenkins instance in Pipeline

2017-07-06 Thread Richard Ginga
I have not done this but I believe you can trigger another job that resides on another jenkins master via a url. https://www.nczonline.net/blog/2015/10/triggering-jenkins-builds-by-url/ On Thu, Jul 6, 2017 at 8:28 AM, Kai wrote: > Hi, > > We need to create a pipeline where one of the stages n

Re: Restricting Pipeline Job to run on specific slaves

2017-07-06 Thread Richard Ginga
Where a pipeline runs is defined within the pipeline script using "node" blocks. the Jenkins master "runs" the pipeline. On Thu, Jul 6, 2017 at 8:19 AM, Kai wrote: > Hi, > > I have created a pipeline job in Jenkins but I don't see a "Restrict > where this project can be run" option. > > Is there

Re: which nodes do pipelines use?

2017-07-05 Thread Richard Ginga
So, it just occurred to me why this would be difficult/impossible when using a Jenkinsfile sourced in an SCM On Wed, Jul 5, 2017 at 8:49 AM, Richard Ginga wrote: > hello, > > The Manage Nodes page only lists freestyle jobs assigned to each node. as > we develop more and more pip

which nodes do pipelines use?

2017-07-05 Thread Richard Ginga
hello, The Manage Nodes page only lists freestyle jobs assigned to each node. as we develop more and more pipelines, I am losing the ability to maintain nodes. for example, upgrading tools and OS's. I can't accurately determine the impact of taking a node offline for these tasks. is there some wa

Re: Jenkins Distributed Builds: Parameterized Jobs and the Ansible Plugin for Jenkins

2017-07-03 Thread Richard Ginga
Jason, all parameters are available in the environment of any slave/agent just like they were available when built on the master. as far as ansible and python, I would say you would need to install them on any build machine. On Mon, Jul 3, 2017 at 11:26 AM, Jason LeMauk < jason.lem...@csquaredsy

Re: How can I get inject environment from a freestyle job in pipeline job

2017-06-28 Thread Richard Ginga
to > use staticMethod jenkins.model.Jenkins getInstance” > > > Any idea on it. > > > Regards, > Stanley > > > > > > > On Jun 28, 2017, at 8:04 PM, Richard Ginga > wrote: > > The things you "can" get from the returned object (c) from a pipel

Re: How can I get inject environment from a freestyle job in pipeline job

2017-06-28 Thread Richard Ginga
The things you "can" get from the returned object (c) from a pipeline statement like: c = build job: "test job1" are here: https://github.com/jenkinsci/workflow-support-plugin/blob/master/src/main/java/org/jenkinsci/plugins/workflow/support/steps/build/RunWrapper.java you might be able to do some

Re: Is it possible to pass data from downstream job to it's parent job?

2017-06-23 Thread Richard Ginga
if you code it like this: stage ('Starting test job') { buildobj = build job: 'RunTestJob', parameters: [[$class: 'StringParameterValue', name: 'aaa', value: aaa]]} you might get something useful back by doing this: (i have not tried it) buildobj.getBuildVariables() available methods for bu

Re: How do you use the Version Number Plugin to modify the Build Name ?

2017-06-16 Thread Richard Ginga
i use this a lot. If all you want is to display this in the build column on the job's dashboard page, put any string in the variable field, in the format field put ${BUILD_NUMBER} look at the ? help for other variables, then check the box Use the formatted version number for build display name.

post-build step in a scripted pipeline

2017-06-15 Thread Richard Ginga
As I understand it, the only post-build capability in scripted pipeline is try/catch/finally but I don't know what data is available to me in a catch block? Our scripted pipelines sequence some series of freestyle jobs, some in parallel. It is not easy for our project managers to click through the

Re: Changing the state of completed build from unstable to stable

2017-06-09 Thread Richard Ginga
i think you can only change a build status to "badder" not "gooder". I have had jobs where some post builds steps fail that I don't care about and could not set them as successful from failed. but you can set aa job from unstable to failed e.g. On Fri, Jun 9, 2017 at 1:22 PM, Mark Sinclair wrote

Re: Is there a way to pass environment variables from Upstream Job to a Downstream Job without writing properties file to disk or creating extra job parameters?

2017-06-08 Thread Richard Ginga
I think there is a BUILD_CAUSE token that every freestyle job gets when it runs. Check the Environ Injector Plugin for more details On Thu, Jun 8, 2017 at 4:28 PM, Victoria Kozel wrote: > Hello, > > I am trying to pass environment variables from Upstream Job to a > Downstream Job without writin

Re: how to reset build number

2017-06-08 Thread Richard Ginga
The Next Build Number only lets you increment the build number. you can't set it back to anything because the build number is a very integral part of how Jenkins works. On Wed, Jun 7, 2017 at 7:30 PM, Daniel Becroft wrote: > Would the Next Build Number plugin provide any benefit? > > https://wik

setting the description of a view in pipelines

2017-05-25 Thread Richard Ginga
I want to build a table and put is as a view's description. I found the below code that does work in the script console but in a pipeline it shows no failure but does not work. here the the entire pipeline: import org.kohsuke.stapler.StaplerRequest import org.kohsuke.stapler.StaplerResponse stage

pipeline not restarting

2017-05-22 Thread Richard Ginga
I updates several plugins this morning and restarted Jenkins with safeRestart but my one active pipeline, that was waiting for user input, has not restarted. I am getting Waiting to resume part of XXX #489: ??? shouldn't this work? we're running 2.7.4 -- Dick Ginga Build Engineer rgi...@disru

Re: Combining the build from multiple VCSes...

2017-05-16 Thread Richard Ginga
there is a multiple SCM plugin that will let you create a build workspace from multiple SCMs. I don't know about its triggering operations. On Tue, May 16, 2017 at 2:42 AM, Kirill Peskov wrote: > Hi All! > > A rookie question... ;) > > I've got a project where 'source' code of the web applicatio

Re: Chrome autofilling

2017-05-15 Thread Richard Ginga
u're a > LastPass user, you might need to disable the form filling settings in the > LastPass preferences. > > If you're not a LastPass user, sorry for the distraction. > > Mark Waite > > On Mon, May 15, 2017 at 10:29 AM Richard Ginga > wrote: > >> For the pa

Chrome autofilling

2017-05-15 Thread Richard Ginga
For the past 3 weeks, when I configure some long existing free-style jobs, Chrome seems to be auto "changing" fields like project name, some conditional fields, some plugin parameters fields. If I go to configure and then go back to the project dashboard, it asks me to stay or leave as if there has

Re: disabling CSP

2017-05-04 Thread Richard Ginga
Victor, thanks, that was my problem, getting the correct output by escaping things On Thu, May 4, 2017 at 3:34 PM, Victor Martinez < victormartinezru...@gmail.com> wrote: > If it doesn't work then you can force it through the groovy.init.d folder: > - https://wiki.jenkins-ci.org/display/JENKINS/C

Re: disabling CSP

2017-05-04 Thread Richard Ginga
Thank you, i read all that but it still came back each time. I'll try the "" thanks again On Thu, May 4, 2017 at 2:21 PM, Victor Martinez < victormartinezru...@gmail.com> wrote: > In your case you need to override with an empty string with double quotes. > > You can find further drtails in the b

disabling CSP

2017-05-03 Thread Richard Ginga
I can disable CSP from the script console with this System.setProperty("hudson.model.DirectoryBrowserSupport.CSP", "") what is the correct syntax for setting this a jenkins start time on Ubuntu *-Dhudson.model.DirectoryBrowserSupport.CSP=\"\**" * *-Dhudson.model.DirectoryBrowserSupport.CSP="**"

Re: jenkins slave node running debian 7 will not launch

2017-05-02 Thread Richard Ginga
depending on how you are starting the slave, there are ways to designate which version of Java to use different from any default java. for ssh connections, see the advanced button. for webstart, see the slave.xml file. (or something like that) On Tue, May 2, 2017 at 2:12 AM, Jaap de Jong wrote:

Re: Trouble with long workspace names

2017-04-13 Thread Richard Ginga
the workaround suggested: -Djenkins.branch.WorkspaceLocatorImpl.PATH_MAX=0, did not work for me so I just don't use the multi-branch plugin On Thu, Apr 13, 2017 at 1:18 PM, Brian Powell wrote: > I have been running into an issue that looks like it has been brought up > before (https://issues.jen

Re: How can I sync code from perforce to directories which is not workspace?

2017-04-13 Thread Richard Ginga
A Perforce workspace is anchored at it's root folder and Jenkins, unless otherwise overridden, makes that root equal to the Jenkins workspace root. you are free to change the mapping from there on, pulling from other branches, etc. Jenkins has a Multi-scm plugin that may help: https://plugins.jenki

Re: Always run specific build/postbuild step

2017-04-11 Thread Richard Ginga
your Step 1 returns 1 which is a failure and Jenkins is always going to stop build execution at that point. no other "build steps" will be executed. You can install the flexible publish plugin (this lets you can run many build steps in the Post-build phase). the condition can be set to test the "C

Re: Xcode plug-in alternatives?

2017-04-11 Thread Richard Ginga
We've updated to Xcode 8 and using the plugin we do this: add "-archivePath "${WORKSPACE}/build/x.xcarchive" to the Custom Xcode Build Arguments then in a shell step following the xocde step NOTE: this uses the ad-hoc cert, you would want your "distribution" there (I think): # # warning: Pac

emailext behavior question

2017-04-04 Thread Richard Ginga
Why does the following pipeline produce an email with no embedded CR. This is the result email body: Test message: exmaple of carriage returns This is the pipeline: stage ('Email changes since last successful client build') { node('old_master') { def qaRequests = "exmaple of \n\

Re: How can I stop a Pipeline after unit tests?

2017-03-29 Thread Richard Ginga
I do something similar in that I have conditional stages. Simply put logic "around" the stages you do or do not want to run. In order to keep the full list of stages in the job's dashboard, I actually put the logic "within" the stage that says "Skipping stage blablabla". I don't use Git so I don't

Re: Build always ends with FAILURE after setting currentBuild.result = 'STABLE' / 'SUCCESS'

2017-03-28 Thread Richard Ginga
Tomas, I don't think you can set a job's resultant status Better than it currently is. You can set it down. e.g. unstable->failure On Tue, Mar 28, 2017 at 9:18 AM, Tomas Pekarovic wrote: > HI, > > I have this post-buidl action: > > post { > always { > script { >

keeping the pipeline stages visible on the dashboard

2017-03-23 Thread Richard Ginga
we have a pipeline that fails often enough that the last "successful" run gets pushed off the dashboard. this causes the later "stages" to also disappear from the view. How can I keep all stages visible in the pipeline view? -- Dick Ginga Build Engineer rgi...@disruptorbeam.com -- You received

Re: Does there is a Coverity Fix Trend Plugin

2017-03-16 Thread Richard Ginga
overity data and displays the fixing trend > through graph? > > On Thursday, March 16, 2017 at 6:07:19 PM UTC+5:30, Richard Ginga wrote: >> >> Pradeep, unless there is something new in the coverity plugin, the answer >> is no or, more accurately, I don't know of one.

Re: Does there is a Coverity Fix Trend Plugin

2017-03-16 Thread Richard Ginga
Pradeep, unless there is something new in the coverity plugin, the answer is no or, more accurately, I don't know of one. The Coverity plugin will display historic # of defects discovered. What you want, i'm sure you know, is available on the your Coverity-Connect server. there is a Coverity Perl

Re: disabling pinging

2017-03-14 Thread Richard Ginga
thank you very much On Tue, Mar 14, 2017 at 1:51 PM, Victor Martinez < victormartinezru...@gmail.com> wrote: > You can set that system property temporarily if you use the jenkins Script > Console ( https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+ > Script+Console) > > System.setProperty("hud

disabling pinging

2017-03-14 Thread Richard Ginga
I have a virtualbox vm running on my macbook pro that has been repeated losing connection. I finally found this in the log: Ping failed. Terminating the channel MAC-VM-Test-Node. java.util.concurrent.TimeoutException: Ping started at 1489504487718 hasn't completed by 1489504727718 at hudson.remo

Re: Dynamically Change Job Name

2017-03-10 Thread Richard Ginga
there is a "Execute concurrent builds if necessary" check box in freestyle builds that will enable this On Fri, Mar 10, 2017 at 9:55 AM, JJ wrote: > Does anyone know how to do this: > > *Use Case* > > Job Name: ABC-JOB > > ABC-JOB can be used by dozens of teams, at any time. If submissions of >

Re: System Global variables in pipelines

2017-03-08 Thread Richard Ginga
thanks for the validation anyway. I use scripted pipelines at this time. There always seems to be 4-5 ways to get things done in Jenkins/groovy. just thought i'd missed one. On Wed, Mar 8, 2017 at 1:52 PM, Bill Dennis wrote: > I have found the same. There is an open jira for this here: > https:/

System Global variables in pipelines

2017-03-08 Thread Richard Ginga
I have some logic in some stages the use System Global variables. I find that they are only available to the code within a node { } block. I have tried using env.variable, ${env.variable} and anything else I can find short of importing Jenkins.* and using methods there. what am I missing? Is there

Re: challenge in providing developer access for Jenkins user

2017-03-08 Thread Richard Ginga
Arnab, with Role-based authorization plugin you can configure access and visibility for any one or any group to any job or set of jobs using regex On Wed, Mar 8, 2017 at 3:21 AM, arnab ghosh wrote: > Hi all, > I am providing user access to developers who should deploy their codes > using Jenkins

Re: downloading files > 1G

2017-03-03 Thread Richard Ginga
Thanks, that is something to check, however, both gunzip and tar complains that the file is incomplete. tar says: *(Empty error message)* *tar: Error exit delayed from previous errors.* On Fri, Mar 3, 2017 at 4:49 PM, R. Tyler Croy wrote: > (replies inline) > > On Fri, 03 Mar 2017

downloading files > 1G

2017-03-03 Thread Richard Ginga
I have been struggling all day with a simple problem...I can't download and archived file of 1.46Gb. That is the size on the slave and the size reported by Jenkins but when I click to download it, I get 1G. please help -- Dick Ginga Build Engineer rgi...@disruptorbeam.com -- You received this

Re: Coverity build error

2017-02-21 Thread Richard Ginga
A "no translation units" typically means nothing was actually compiled. On Mon, Feb 20, 2017 at 4:54 AM, Nitzan Yemal wrote: > Hello, > > I'm trying to create a job with coverity plugin for static analysis and I > get this error (using Coverity plugin 1.8.1 and coverity version 8.6 on > Ubuntu m

Re: Reset build ID

2017-02-15 Thread Richard Ginga
Nope, can not reset the build number. it is too ingrained into Jenkins On Wed, Feb 15, 2017 at 3:51 PM, wrote: > Is it possible to reset the build ID? I believe there's a plugin to > increase the build ID, but not to reset it to a lower number. It might be a > useful feature to be reset it when

Re: Define parameters for a group of jobs

2017-02-14 Thread Richard Ginga
correction, this needs to be run from a post-build groovy step because the variable "manager" is predefined there On Tue, Feb 14, 2017 at 8:56 AM, Richard Ginga wrote: > here is a code snippet we run from a post-build groovy step (which you > could use instead of the build groo

Re: Define parameters for a group of jobs

2017-02-14 Thread Richard Ginga
["YourVariableName, value]) On Tue, Feb 14, 2017 at 8:35 AM, francesco desposito < francesco.desposito1...@gmail.com> wrote: > Thanks for your answers. > I'm going to try to use the system global variables as Richard suggested. > > Il giorno martedì 14 febbraio 2017 0

Re: Define parameters for a group of jobs

2017-02-13 Thread Richard Ginga
e a system global variable defined in the System Configuration and then one job to set them. On Mon, Feb 13, 2017 at 6:06 PM, David Karr wrote: > On Monday, February 13, 2017 at 8:11:27 AM UTC-8, Richard Ginga wrote: >> >> Francesco, there are actually many ways to do this. >&g

Re: Define parameters for a group of jobs

2017-02-13 Thread Richard Ginga
Francesco, there are actually many ways to do this. 1. use Pipeline script or System groovy build step or post build - "trigger parameterized builds on other projects" to pass in parameter x 2. with system groovy script, you can create/update a global variable that all builds will see On Sat, F

Re: Setting the description of a failed test in pipeline groovy

2017-02-06 Thread Richard Ginga
successful build object // def build = job[0].getLastSuccessfulBuild() // // get the build log from that build // def log = build.getLog(300) On Mon, Feb 6, 2017 at 8:34 AM, Vincent Massol wrote: > Hi Richard, > > > On 6 Feb 2017, at 14:31, Richard Ginga wrote: > > >

Re: Setting the description of a failed test in pipeline groovy

2017-02-06 Thread Richard Ginga
Vincent, I am not a Jenkins master, but, you need to replace the "manager" variable. that is defined by groovy-postbuild. I "think" all you need is to use "currentBuild" as the variable to access build methods and "Jenkins.instance." to access FilePath. On Mon, Feb 6, 2017 at 3:25 AM, Vincent Mass

Re: Post build plugin's to run on slave

2017-02-01 Thread Richard Ginga
check out this plugin: https://wiki.jenkins-ci.org/display/JENKINS/Any+Build+Step+Plugin On Wed, Feb 1, 2017 at 1:53 AM, Vikram Varma wrote: > > > I have a packer installed on my Slave machine. But I am having issue that > Packer Jenkins plugin is a post build action. But I need this to run on m

html for the system message

2017-01-27 Thread Richard Ginga
I have succeeded in crafting a nice table of environment information to post to the system message. my one problem is: I would like the size of the text to be smaller. I have been able to "test" the same html in various web sites, but in Jenkins, setting font-size to anything does nothing. is the

Re: groovy access to Jenkins description

2017-01-25 Thread Richard Ginga
newSysMessage = newSysMessage + cmwHeader > > } else { > > newSysMessage = newSysMessage - CMW_NOTICE_PATTERN > > } > > > > Hudson.instance.setSystemMessage(newSysMessage) > > > > -Indra > > > > *From: * on behalf of Richard Ginga < > rgi...@disruptorbeam.com> &

Re: groovy access to Jenkins description

2017-01-25 Thread Richard Ginga
more specifically, i want to change the System Message programmatically. How can I do this? On Wed, Jan 25, 2017 at 8:51 AM, Richard Ginga wrote: > > I want to publish global information in the Jenkins main description using > groovy. where is the class/method to do that? >

groovy access to Jenkins description

2017-01-25 Thread Richard Ginga
I want to publish global information in the Jenkins main description using groovy. where is the class/method to do that? thank you -- Dick Ginga Build Engineer rgi...@disruptorbeam.com -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubs

Re: Configure the slave for huge number of systems

2017-01-20 Thread Richard Ginga
will this plugin help? https://wiki.jenkins-ci.org/display/JENKINS/Multi+slave+config+plugin On Fri, Jan 20, 2017 at 6:20 AM, Praveen K wrote: > Hi All, > > I am New for Jenkins. > I have configured the slave using the below link : > https://wiki.jenkins-ci.org/display/JENKINS/Step+by+step+ >

Re: windows python virtualenv

2017-01-03 Thread Richard Ginga
Dennis, when a batch file is called from a Windows Batch command build step, it must be called via "start xxx.bat" of Jenkins returns out of the shell as the conclusion of the batch file On Fri, Dec 30, 2016 at 12:30 PM, Dennis Marwood wrote: > Hi, > > I would like to create and use a python vi

Re: Question about code change

2016-12-21 Thread Richard Ginga
Peter, build cause = scm change will tell you. also many scm plugins produce environment variables. Perforce produces P4CHANGES On Wed, Dec 21, 2016 at 7:11 AM, 'Peter Teichner' via Jenkins Users < jenkinsci-users@googlegroups.com> wrote: > Yeah - ideally at runtime in a pipeline or any other way

Re: Google Play Android Publisher Plugin

2016-12-20 Thread Richard Ginga
and the answer is: we already have it installed ! (I am new here, forgive the stupidity) On Tue, Dec 20, 2016 at 10:43 AM, Richard Ginga wrote: > nope, we are running 2.7.4 > > On Tue, Dec 20, 2016 at 10:31 AM, Daniel Beck wrote: > >> >> > On 20.12.2016, at 15:4

Re: Google Play Android Publisher Plugin

2016-12-20 Thread Richard Ginga
nope, we are running 2.7.4 On Tue, Dec 20, 2016 at 10:31 AM, Daniel Beck wrote: > > > On 20.12.2016, at 15:43, rgi...@disruptorbeam.com wrote: > > > > I see this plugin in the Jenkins Wiki but not through the plugin > manager. how can I get this and install it? > > It requires at least Jenkins 1

test msg

2016-11-15 Thread Richard Ginga
just checking that I joined this mailing list correctly anyone respond? thanks -- 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...@goo