Re: Jenkinsfile SCM Checkout stage, how to match remote pull request head with local build head

2020-02-18 Thread Amila Gunathilake
On Wednesday, February 19, 2020 at 6:10:54 AM UTC+5:30, Amila Gunathilake wrote: > > Hi all, > > I'm having the below issue. > > I was change my code to use GIT Reference repository in Jenkinsfile code > such as below. > > > But so I send made a new pull request in GIT-HUB for the purpose of me

Jenkinsfile SCM Checkout stage, how to match remote pull request head with local build head

2020-02-18 Thread Amila Gunathilake
Hi all, I'm having the below issue. I was change my code to use GIT Reference repository in Jenkinsfile code such as below. But so I send made a new pull request in GIT-HUB for the purpose of merge these changes into my master branch. But when the Pull-Request running I saw in my builder m

Re: Valgrind-publisher settings

2020-02-18 Thread Mark Richter
Been there, done that. Unfortunately, this gives only a skeleton of what's available, with no description of the options and how they work. In short, it presents a sample of the setup, some graphs and a list of release notes, but it doesn't tell me how to use the plugin - what the possibile setti

Re: Valgrind-publisher settings

2020-02-18 Thread Mark Waite
On Tue, Feb 18, 2020 at 12:22 PM Mark Richter wrote: > Is there any comprehensive documentation (and where), or who can answer > these questions? > > Refer to https://plugins.jenkins.io/valgrind/ for the valgrind plugin documentation. Refer to https://jenkins.io/doc/ for the Jenkins documentatio

Re: Valgrind-publisher settings

2020-02-18 Thread Mark Richter
Is there any comprehensive documentation (and where), or who can answer these questions? It seems really odd that I can't find this information - I've tried Google an this forum. So far no luck. Surely a published feature like this has a reference somewhere. Thanks. On Friday, February 14,

Unable to create multiple vms/slaves from a vsphere template using vsphere plugin

2020-02-18 Thread Tushar Umbarkar
I have configured the vsphere cloud plugin in Jenkins. Configured a template which will be used to launch a VM on demand. When I triggered the Jenkins job which is pointed to above mentioned template , its launches a VM. Then I triggered a second job pointing same template , it went in que

Re: shared library - hashmap error

2020-02-18 Thread judaondo
Thank you "r.fuereder". I finally managed to solve it. What I did was to change the way of iteration using: def map = [ 'iPhone':'iWebOS', 'Android':'2.3.3', 'Nokia':'Symbian', 'Windows':'WM8' ] map.each{ k, v -> println "${k}:${v}" } Here

RE: shared library - hashmap error

2020-02-18 Thread Reinhold Füreder
Hi „judaondo“, 1. Ad “but it doesn’t do anything”: in @NonCPS annotated methods you must not call pipeline steps like “checkout” => seemingly this is skipped (?) rather silently 2. However, in addition the warning log “expected to call WorkflowScript.gitCheckoutMultipleRepositories but w