How to get overridden pipeline parameter value in email-ext plugin jelly template

2019-08-23 Thread Dave Taylor
I have a parameterized pipeline where we send an email during the post. One of the parameters is for the VHOST we are deploying to. This parameter has a default value, but can be overridden in the jenkinsfile based on the branch being built. In the jelly email template, I am getting the

Numeric Jenkins Pipeline Parameters

2018-02-02 Thread Dave Hallam
od org.codehaus.groovy.runtime. DefaultGroovyMethods toFloat java.lang.String I know I could disable the sandbox for the latter issue, but I'd rather not - it would make more sense to be able to provide a numeric type to the pipeline in the first place. Or maybe for the Sleep step to try to coerce the str

Re: Circular dependencies in plugins

2017-11-06 Thread CLOSE Dave
e: Step API 2.12 says Credentials Binding Plugin 1.13, Email Extension Plugin 2.58, Token Macro Plugin 2.3, and SSH Agent Plugin 1.15 are dependent. -- Dave Close, Thales InFlyt Experience, Irvine California USA. cell +1 949 394 2124, dave.cl...@us.thalesgroup.com "If your aren't in over your h

Re: Circular dependencies in plugins

2017-11-06 Thread CLOSE Dave
I want >> to keep, such as Pipeline: Step API says it is dependent on Gerrit >> Trigger and Pipeline: SCM Step says it is dependent on Git plugin. > No you are reading that backwards. That means those plugins depend on step > api so you cannot disable step api. I'll be more careful in my

Re: Circular dependencies in plugins

2017-11-06 Thread CLOSE Dave
eline, I would first need to delete or disable all of the following plugins. Conditional BuildStep Config File Provider Plugin Dependency Graph Viewer Plugin Email Extension Plugin Git Parameter Plug-In Git plugin Hudson Build-Publisher plugin JUnit Realtime Test Reporter Plugin Maven In

Re: Circular dependencies in plugins

2017-11-03 Thread CLOSE Dave
it is dependent on Gerrit Trigger and Pipeline: SCM Step says it is dependent on Git plugin. -- Dave Close, Thales InFlyt Experience, Irvine California USA. cell +1 949 394 2124, dave.cl...@us.thalesgroup.com "If your aren't in over your head, how do you know how tall you are?"

Re: Circular dependencies in plugins

2017-11-02 Thread CLOSE Dave
circular. Jenkins > should refuse to even load plugins with actual circular > dependencies. Sorry about the subject line. I realized later that there are no actual cycles but forgot to change it. -- Dave Close, Thales InFlyt Experience, Irvine California USA. cell +1 949 394 2124, dave.cl

Circular dependencies in plugins

2017-11-02 Thread CLOSE Dave
because I have another Jenkins instance with nearly all the same plugins but without Docker Commons Plugin. Is there any way to clean up this situation? -- Dave Close -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from

Permissions & Github Status API

2017-07-10 Thread Dave Cadwallader
I'm looking to use the Github Org plugin to post pass/fail results to the Github status API on pull requests. It looks like the user that owns the OAuth token needs to have write access to the repo. I'm wondering if there is a way to allow this user to post to the status API without actually

Multijob plugin

2017-04-25 Thread CLOSE Dave
determine how it was started, by GUI click, by remote trigger, or by multijob? -- Dave Close -- 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

Multijob plugin

2017-04-07 Thread CLOSE Dave
branch to use. However, it appears that Multijob always checks for changes on the master branch. Since that branch doesn't change often, the effect is to skip builds which should occur. Does anyone know a way, without trying to modify the code, to get Multijob to check a different branch? --

Re: @script runs with a different branch

2017-01-23 Thread Dave LeBlanc
After more googling, it appears it's a known issue with slashes in the branch name: https://issues.jenkins-ci.org/browse/JENKINS-37263 I've used the workaround described in the bug post, and that appears to have solved it for now. On Wednesday, 18 January 2017 09:18:44 UTC-8, Dave LeBlanc

Re: @script runs with a different branch

2017-01-18 Thread Dave LeBlanc
... Seen 86 remote branches Done. Took 2.7 sec No changes On Wednesday, 18 January 2017 08:22:12 UTC-8, Dave LeBlanc wrote: > > Hi folks, having a heck of a time setting up my new Jenkins instance here. > I'm using the newest 2.40 build with the newest plugins and the pipeline &

@script runs with a different branch

2017-01-18 Thread Dave LeBlanc
the branch specifier ok? P.S. - Is it ok to watch multiple branches (eg: per-feature) and expect Jenkins to build and report on them appropriately? Cheers, -Dave -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from

Jenkins migrate views between jenkins master (jenkins copy view to new jenkins server)

2016-05-23 Thread Dave Horner
? Is there some other means of migrating view data from one master to another? Thanks so much, --dave http://dave.thehorners.com/ -- 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

Having trouble starting Jenkins, where do I find the "/usr/share/java/jenkins/war/META-INF/MANIFEST.MF" file?

2016-04-21 Thread Dave
I just downloaded the Jenkins WAR, version 1.651.1. I’m trying to set it up on my Amazon Linux box. I’m running Java 1.7. I moved the WAR into its own directory, /usr/share/java/jenkins, and then set JENKINS_HOME to be that directory. Then I ran the command listed here —

Artifactory Release Management plugin not pushing updated gradle.properties file

2015-12-23 Thread Dave Payne
I'm trying to use the Jenkins Artifactory Release Management plugin to deploy a Gradle project to Artifactory. The build works, version numbers are correctly identified from the gradle.properties file, the JAR file is successfully published to Artifactory and an appropriately-named branch and

Re: Commit hook causes not respecting choice parameter defaults

2015-12-02 Thread Dave Save
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...@googlegroups.com. To view this discussion on the web visit

Commit hook causes not respecting choice parameter defaults

2015-12-01 Thread Dave Save
Hi everyone, first time question. I noticed that builds originating from git commit (BUILD_CAUSE=COMMITHOOKCAUSE) have none of the choice parameters defaults. Is that normal behavior? Thanks, Dave -- You received this message because you are subscribed to the Google Groups "Jenkins

Re: How to use Throttle Concurrent in WorkFlow

2015-11-30 Thread Dave Lawrence
JIRA created. https://issues.jenkins-ci.org/browse/JENKINS-31801 Thanks, Dave -- 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-user

How to use Throttle Concurrent in WorkFlow

2015-11-16 Thread Dave Lawrence
native workflow support. I'm hoping someone here knows how to do that for TCB. Thanks, Dave -- 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

Reserve ext resource in workflow

2015-11-11 Thread Dave Lawrence
bs, but then I need a way to communicate to that job about when to end or be able to stop it. Any thoughts? Thanks, Dave -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails f

How do I control how the "/lastUnstableBuild" link gets created in my Jenkins job?

2015-11-10 Thread Dave
Hi, I installed Jenkins as a WAR on Tomcat 6, running on Linux … [davea@ip-22-333-22-333 ~]$ uname -a Linux ip-22-333-22-333 6.8.7-15.99.amzn1.x86_64 #1 SMP Mon Sep 14 23:20:33 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux I have created a freestanding job, using the Gradle plugin.

Re: Build flow job gets indecipherable Groovy error

2015-06-15 Thread CLOSE Dave
I wrote: I have a Jenkins job using the build flow plugin. A portion of it looks like the code below. parallel ( { ignore ( FAILURE ) { build ( job1, BRANCH: params [ BRANCH ] ) } }, { ignore ( FAILURE ) { build ( job2, BRANCH: params [ BRANCH ] ) } } ) I'd like to replace the

Build flow job gets indecipherable Groovy error

2015-06-12 Thread CLOSE Dave
) at hudson.model.Executor.run(Executor.java:240) at hudson.model.OneOffExecutor.run(OneOffExecutor.java:43) -- Dave Close Technology has the shelf life of a banana. - Scott McNealy -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this group

Accessing $CHANGES from prior build job for email

2015-05-15 Thread Dave R
project. I would like to get the list of version control changes in my deployment email in this second project in the pipeline. Does anyone have any way to accomplish this task? Thanks, Dave -- You received this message because you are subscribed to the Google Groups Jenkins Users group

Are folders supported by build metric plugins?

2015-05-13 Thread Dave Miles
I've installed the following plugins: build-metrics 1.0 Hudson global-build-stats 1.3 Should the above versions be able to chart folder jobs? I intialised the global stats and tried a test chart for all jobs. Chart only seems to plot jobs that are not under folders (which

Re: Git polling fails with authentication errors sometimes

2015-02-13 Thread Dave
I forgot that this job tries to check all branches as well and I wonder if that is more of the cause. The credentials are stored within the local repository so multiple Git repos probably wouldn't cause conflicts. However, if a single repo checks out multiple branches, it of course does a git

Re: Git polling fails with authentication errors sometimes

2015-02-13 Thread Dave
I'm able to reproduce the error with my test job if I have it restricted to the same slave that the problem job is using. It happens with the single SCM job that has multiple branches, but I haven't been able to reproduce with just a single branch configurations, so I'm thinking it has to do

Re: Git polling fails with authentication errors sometimes

2015-02-13 Thread Dave
If I run manually, the slave with 1.7.9.5 is able to fetch the changes. Only the polling is an issue. With the problem job switched to running on a different slave with 1.8+, I am not currently seeing the issue. On Friday, February 13, 2015 at 12:00:10 PM UTC-5, Mark Waite wrote: I haven't

Re: Git polling fails with authentication errors sometimes

2015-02-12 Thread Dave
plugin interaction. I don't know if the file is missing because the git plugin performed some cleanup, or because the multiple SCMs plugin did some cleanup, or because something outside performed cleanup. Thanks, Mark Waite On Thu, Feb 12, 2015 at 7:39 AM, Dave dhum...@gmail.com

Re: Git polling fails with authentication errors sometimes

2015-02-12 Thread Dave
I should add I'm using Jenkins 1.554.2, Git client plug-in 1.16.1 and Git plug-in 2.2.12. It seems like this used to work, but I'm not sure what version of each plug-in I had. -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from

Git polling fails with authentication errors sometimes

2015-02-12 Thread Dave
I get this result from polling sometimes. This is a multiple SCMs configuration. I don't believe I see this with single SCM setups. I see that it cannot find the temporary credential path, but how is that even supposed to be created? Started on Feb 12, 2015 9:26:36 AM Polling SCM changes on

Re: Jenkins ignoring shallow' option

2015-02-11 Thread Dave
I think I'm seeing the same issue. We try a shallow clone, but the clone will still timeout after 30 minutes sometimes. Did you ever figure out the issue. On Friday, February 14, 2014 at 8:40:20 AM UTC-5, Kirill Bucharsky wrote: Hello. I have Jenkins 1.540 with latest git-plugin. Also

Status of JGit...does it work as good or better than the command line yet?

2015-02-11 Thread Dave
Last time I used JGit, it didn't seem to work very well and basically the conclusion was to use the command line. Is the latest version of JGit that works with Jenkins to a point where it works as well or better than the command line when using with Jenkins? I get some odd behavior (shallow

[build flow plugin] NullPointerException when I try to wrap a build in a concurrent.Future

2015-01-27 Thread Dave Mills
I'm trying to implement node fail-over logic. Like the *retry* block, but each time on a different node. So I supply a list of nodes, and use code like the following where the *node *parameter is a Nodes and Labels https://wiki.jenkins-ci.org/display/JENKINS/NodeLabel+Parameter+Plugin

wiki page appears to be down

2014-12-28 Thread Dave Lahr
Hi, This also came up in the IRC chat, but the wiki appears to be down: https://wiki.jenkins-ci.org/ I've been trying from around 9 AM EST without success. I get 502 Bad Gateway nginx/0.7.67 Cheers, Dave -- You received this message because you are subscribed to the Google Groups Jenkins

Re: Slave fails to connect to Master: HTTP/1.1 400 bad request

2014-11-11 Thread Dave Cameron
I am having the same problem, under the same circumstances, but with a linux slave attempting to connect to a Mac OS X master. Can curl the endpoint fine from the intended slave box. Am using the suggested command verbatim. No detail on why the request would be bad. On Thursday, November 6,

Multi-config Projects and Git Clones

2014-09-11 Thread Dave Augustus
using the latest plugins in all cases with the latest STABLE build of Jenkins. Thanks, Dave -- 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

Java Keystore Compatibility

2014-07-28 Thread Dave Augustus
that Mac OS does to taint the keystore so that it only works on the same basic OS that created it? TIA, Dave -- 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

AWS EC2 AMIs as the basis of build/test/deploy CI entities

2014-06-25 Thread Dave Tenny
I'm looking for tools that support CI processes in Jenkins based on AMIs. Builds build AMIs. Tests test AMIs. Viable AMIs are then eventually to production. The idea is not to change the AMI after it's built except for ec2 userdata parameters, even avoiding that if possible. I can't find any

OpenSSL vulnerability

2014-06-05 Thread Dave Dash
Does anybody know if Jenkins is susceptible to this: http://www.openssl.org/news/secadv_20140605.txt -- 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

Re: OpenSSL vulnerability

2014-06-05 Thread Dave Dash
On 5 June 2014 13:40, Dave Dash d...@pinterest.com wrote: Does anybody know if Jenkins is susceptible to this: http://www.openssl.org/news/secadv_20140605.txt -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this group

Re: Keeping build information (not artifacts)

2014-04-02 Thread CLOSE Dave
if any more job information is lost. Thanks for the pointer. -- Dave Close -- 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

Keeping build information (not artifacts)

2014-04-01 Thread CLOSE Dave
. Is there something I'm missing? Did I forget about installing a plugin that might cause this? -- Dave Close -- 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

Best Java version for Jenkins on Mac hardware?

2014-02-17 Thread Dave Augustus
.) Thanks, Dave Augustus -- 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. For more options, visit https

Re: Avoiding an unnecessary build entirely

2013-12-03 Thread CLOSE Dave
no solution? -- Dave Close -- 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. For more options, visit https

Avoiding an unnecessary build entirely

2013-11-19 Thread CLOSE Dave
poll method against an ordinary job. That is, instead of acting like the build now command, it could ask Jenkins normal SCM checker to see if the job needs to be built and schedule it only if that is true. -- Dave Close -- You received this message because you are subscribed to the Google Groups

RE: Sharing my views

2013-11-17 Thread CLOSE Dave
] Sent: Saturday, November 16, 2013 11:33 PM Pacific Standard Time To: jenkinsci-users@googlegroups.com Subject:Re: Sharing my views Create your views from the main page not My Views and I think you should get what you are after. Richard. On Sunday, November 17, 2013, CLOSE Dave

RE: Sharing my views

2013-11-16 Thread CLOSE Dave
Subject:Re: Sharing my views All views you have created so far are public views. Anyone will see them. Vincent 2013/11/15 CLOSE Dave dave.cl...@us.thalesgroup.com I'm a bit confused by the view mechanism in Jenkins. I have created several additional views for my own

Sharing my views

2013-11-15 Thread CLOSE Dave
of them needing to create all those views on their own. Is that possible? -- Dave Close, Thales Avionics, Irvine California USA. cell +1 949 394 2124, dave.cl...@us.thalesgroup.com -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from

Last failed build not updated

2013-10-17 Thread CLOSE Dave
missing? -- Dave Close -- 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. For more options, visit https

Re: Last failed build not updated

2013-10-17 Thread CLOSE Dave
at the top of the history but is not reflected in the last failure column. -- Dave Close, Thales Avionics, Irvine California USA. cell +1 949 394 2124, dave.cl...@us.thalesgroup.com -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from

Problem with 'Publish Over SSH Plugin' plugin

2013-08-28 Thread Dave Irwin
/descriptorByName/jenkins.plugins.publish_over_ssh.hudson...vior.js (line 416, col 5) | I suspect the issue is with the Publish Over SSH Plugin. I've upgraded to the latest Jenkins (1.529) and plugin (1.10) as of right now. Is this something on my end that I need to fix? Thanks, Dave -- You received

Having trouble with Maven Release plugin -- Cannot prepare the release because you have local modifications

2013-06-26 Thread Dave
Hi, I'm using the latest version of Jenkins, SVN 1.7, and just installed the Maven Release plugin for Jenkins. Is there any way to configure the Maven release plugin to do a fresh checkout from SVN before it runs? I'm running the plugin by doing the following: - From my job, clicking

Proxy port

2013-05-23 Thread CLOSE Dave
what I did to change them but I can't get them back, either. -- Dave Close I don't send HTML email and I prefer not to receive it. HTML email is ugly and a significant security exposure. -- You received this message because you are subscribed to the Google Groups Jenkins Users group

Re: AW: Proxy authentication

2013-04-30 Thread CLOSE Dave
for Eclipse/Buckminster directly, if anyone can offer one. -- Dave Close I don't send HTML email and I prefer not to receive it. HTML email is ugly and a significant security exposure. -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe

Proxy authentication

2013-04-26 Thread CLOSE Dave
and I'd prefer not to have to become one to make this work.) -- Dave Close I don't send HTML email and I prefer not to receive it. HTML email is ugly and a significant security exposure. -- You received this message because you are subscribed to the Google Groups Jenkins Users group

Build Now for only one of the nodes in the list

2012-12-31 Thread Dave Alexander
that is needed, choose build now, then recheck the all of the nodes that were originally chosen out of the list. Is there a better way to do this? thanks, dave -- David Alexander (720) 581-6737

Re: How to fail a Maven build if unit tests fail?

2012-10-10 Thread Dave
with -Djava.awt.headless=true. Not sure where this came from as my global setting is -Dmaven.test.failure.ignore=false. Another problem for another day, - On Tuesday, October 9, 2012 4:14:00 PM UTC-5, Dave wrote: Hi, I just installed the latest version of Jenkins on CentOS. For all my Maven

How to fail a Maven build if unit tests fail?

2012-10-09 Thread Dave
Jenkins, in my multi-module project, this is not happening. That is, there are test failures yet the project is indicating success. Is there another global way I can tell Jenkins to fail a Maven project if there are test failures? Thanks, - Dave

Node offline hanging job/project chain

2012-05-29 Thread Dave Alexander
Dear jenkins experts, We have a set of jobs/projects where each job is run on 6-8 nodes and we are seeing that the chain of jobs is held up when one of the nodes goes offline. The relevant plugins installed in our jenkins installation are: Parameterized Trigger Plugin 2.13, Conditional

Re: Problem with Nexus authorization from Jenkins

2012-05-13 Thread Dave Hicks
process ? you need to put the .m2 folder in the home folder of that user. Richard On 2012-05-13, at 16:53, Dave Hicksdh...@i-hicks.org wrote: I'm sure I must be missing something simple. I cannot get my Jenkins job to authenticate with my Nexus server to download artifacts. I've got Jenkins

[git plugin] Jobs triggered only by changes in certain subdirectories?

2012-03-22 Thread Dave Ohlsson
help? -- dave