RE: Using a Variable in Execute Shell that has a . in it

2019-02-15 Thread Benjamin Primrose
Periods aren’t valid characters for a shell variable name, I can’t set one to test this. Try using “${deploy.dir}” (as in “ls ${deploy.dir}”). If that doesn’t work extracting it from your environment with env | grep | cut is going to be the best you’ve got assuming you can’t give it a valid na

RE: Users unable to build projects they're authorized for via role-strategy-plugin

2019-01-22 Thread Benjamin Primrose
en logging in (e.g. all lower case). If there's an alternative option that can be chosen would love to hear about it though. Richard. On Sat, 19 Jan 2019, 5:38 AM Benjamin Primrose, mailto:bprimr...@wcu.com>> wrote: I’m not sure if this is FYI or a plea for help☺ TL:DR, role-s

Users unable to build projects they're authorized for via role-strategy-plugin

2019-01-18 Thread Benjamin Primrose
ame in mixed case. Does anyone have a fix or workaround for this? Benjamin Primrose Principal Developer • Fitchburg, MA 01420 Ph:978-353-8054 • bprimr...@wcu.com<mailto:bprimr...@wcu.com> [https://www.wcu.com/wp-content/uploads/2018/10/WorkersLogo_4cp.png] Confidentiality

RE: Unable to Launch an Agent, getting "received junk text is as follows: stdin: is not a tty"

2019-01-02 Thread Benjamin Primrose
When you find the interactive statements, you can wrap them in an ‘if [ ! –z “${PS1}” ]’ so they’re only executed when you log in interactively. Don’t copy/paste that if statement, I’m on microslop so those are wonky quotes. From: jenkinsci-users@googlegroups.com On Behalf Of Mark Waite Sent:

RE: Jenkins is not triggering a job after click on build now link in Jenkins menu

2018-12-26 Thread Benjamin Primrose
Have you checked your log to see what errors are logged? From: jenkinsci-users@googlegroups.com On Behalf Of Poovaraj Thangamariappan Sent: Wednesday, December 26, 2018 8:35 AM To: Jenkins User Group Subject: Jenkins is not triggering a job after click on build now link in Jenkins menu Hi, J

RE: How to add a secret file?

2018-12-20 Thread Benjamin Primrose
alf Of Mark Waite Sent: Thursday, December 20, 2018 10:45 AM To: Jenkins Users Subject: Re: How to add a secret file? I think you want the "plain credentials<https://plugins.jenkins.io/plain-credentials>" plugin. On Thu, Dec 20, 2018 at 8:27 AM Benjamin Primrose mailto:bprimr...@

How to add a secret file?

2018-12-20 Thread Benjamin Primrose
Searching turns up a few hundred “it’s easy to use a secret file” articles, but all assume the option for a file is in the drop-down. Can someone point me to the relevant documentation? Benjamin Primrose Principal Developer • Fitchburg, MA 01420 Ph:978-353-8054 • bprimr...@wcu.com<mailto:bprim