Re: Remote call on JNLP4-connect connection

2019-01-14 Thread Mark Waite
That stack trace seems like an out of memory condition on an agent or on the master. I think I'd first try disconnecting and reconnecting the agent. I'd also check the JDK versions on the agent and the master are reasonably close to one another. Mark Waite On Mon, Jan 14, 2019 at 5:51 PM LnT

Re: Remote call on JNLP4-connect connection

2019-01-14 Thread LnT
Reinstall Jenkins and slave On Tue 15 Jan, 2019, 1:05 AM Sangeetha Guhan Any resolution for this issue? Please help. > > On Tuesday, 17 October 2017 06:46:13 UTC-7, LnT wrote: >> >> *Hi,* >> >> * Our Jenkins ver. 2.46.1 * >> *project configuration is working till

Pipeline Multibranch jobs - Build User Vars Plugin

2019-01-14 Thread Eldad Cohen
Hi, wrap([$class: 'BuildUser']) { echo "${BUILD_USER}" } Is it possible with MultiBranch PipeLine ? Got No such property ? I just want info what triggered the build ? who did commit ? Thanks -- You received this message because you are subscribed to the Google Groups

Re: How to get GIT revision. All kind of post on variables does not match any case.

2019-01-14 Thread Eldad Cohen
Thanks on your help !! On Monday, January 14, 2019 at 9:51:31 PM UTC+2, Mark Waite wrote: > > If GIT_COMMIT is not providing what you want, then you can use an `sh` or > `bat` step to get the sha1 of the commit that is the HEAD of the working > repository. > > See >

Re: How to get GIT revision. All kind of post on variables does not match any case.

2019-01-14 Thread Mark Waite
If GIT_COMMIT is not providing what you want, then you can use an `sh` or `bat` step to get the sha1 of the commit that is the HEAD of the working repository. See https://github.com/MarkEWaite/jenkins-pipeline-utils/blob/fa3266f738f735e40581abfd9b6a226b3dac0ab6/pipelineSteps.groovy#L41 for an

How to get GIT revision. All kind of post on variables does not match any case.

2019-01-14 Thread Eldad Cohen
How to get GIT revision in a pipeline. All kind of post on variables does not match any case. -- 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: Remote call on JNLP4-connect connection

2019-01-14 Thread Sangeetha Guhan
Any resolution for this issue? Please help. On Tuesday, 17 October 2017 06:46:13 UTC-7, LnT wrote: > > *Hi,* > > * Our Jenkins ver. 2.46.1 * > *project configuration is working till yesterday. all of sudden start > failing.* > > > *Precisely , project does below things* >

How to modify xml elements from an xml file in jenkins

2019-01-14 Thread Faad Sayaou
I have an issue with my pipeline. I have an XML file in my project repo and I will like to read this file and change values after my checkout stage. verNum.xml 1.0.0 and my jenkinsfile node { stage ('checkout') { ... } stage ('readfile') { readFile("verNum.xml")

Jenkins - LTS - version 2.150.1 - build disappearing from build history on web but not from HDD

2019-01-14 Thread zakyn
Hello, we have a problem that builds are disappearing from build history on web but not from HDD - they should be available. I thought that it is because of: https://issues.jenkins-ci.org/browse/JENKINS-50595 https://wiki.jenkins.io/display/JENKINS/Plugins+affected+by+fix+for+JEP-200 and I