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