Re: Position -- WebSphere Engineer/Architect

2016-12-14 Thread Sean McNamara
Hello, Please stop spamming the Jenkins CI Users mailing list with your job postings. Users seeking a job will go to a website specialized in that. We don't need all your IT-related job postings spamming our inboxes too. Thanks. Jenkins admins, Do you consider these posts to be acceptable? I for

Re: Using 64bit java to run Jenkins 2.19

2016-12-08 Thread Sean McNamara
On Thu, Dec 8, 2016 at 4:02 AM, Anusha Bilgi wrote: > I would like to know if there could be any issues in using a 64bit Java 8 to > run Jenkins LTS 2.19. > > The jre that comes along with the Jenkins 2.19 is a 32bit Java 8 which is > slow and more importantly Jenkins hangs during a restart and f

Re: Versioning the entrie system configuration -- not artifacts

2016-11-07 Thread Sean McNamara
On Mon, Nov 7, 2016 at 3:53 PM, Michael Lasevich wrote: > Ahh, "Job DSL", I remember that. It was a good thing when it was the only > game in town, but (in my opinion) Pipelines pretty much made it obsolete. Of > course it is a matter of opinion, but if you are finding Jobs DSL too > complicated,

Re: Encrypt/Decrypt using Groovy

2016-10-31 Thread Sean McNamara
Instead of getPlainText(), try hudson.util.Secret.toString(secret) If that doesn't work, then try printing both the encrypted value and the plain text from the `secret` object in the encrypt method... if it gives the result you expect, then yes, there seems to be an issue with state. It might not

Re: Logging to the console output from a trusted global pipeline library

2016-10-22 Thread Sean McNamara
Amendment below; I omitted some information... On Sat, Oct 22, 2016 at 9:33 AM, Sean McNamara wrote: > Hello, > > I'm trying to print to the console output tab of a running pipeline > project from a global pipeline library. My understanding is that the > only way to do this

Logging to the console output from a trusted global pipeline library

2016-10-22 Thread Sean McNamara
Hello, I'm trying to print to the console output tab of a running pipeline project from a global pipeline library. My understanding is that the only way to do this is via the echo step. What I have is a bunch of more "sophisticated" Groovy code (such as - *gasp!* - loops) that doesn't work under