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
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
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,
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
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
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