What is the purpose of this build step and how to use it? Are there
examples? The documentation Use a tool from a predefined Tool Installation
is not very helpful.
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
To unsubscribe from this gr
Hello,
I'm using the lastest lts version of Jenkins but sometimes a jobs just failed
to checkout from subversion.
The error:
General SCM Failed to parse C:\Program Files
(x86)\Jenkins\jobs\Autotest\jobs\trunk\builds\102\changelog6.xml
When:
Checkout by 3 parallel jobs from the same reposit
I am looking for an example how to implement Extensible Choice Parameter in
groovy
--
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 jenkinsci-users+unsubscr...@
> On 24. Jul 2018, at 00:06, Mike Bragg wrote:
>
> An external team just came in and scanned our environment. One of the things
> they found was the YUI scripts we old and had vulnerabilities. I downloaded
> the latest Jenkins war file and it had the same 2.9.0 versions with the
> vulnera
You should be able to use label expressions. As I understand your question, you
want an agent that has both the “centos6" and “x86_64" labels, so the label
expression to use would be “centos64 && x86_64”, which I think should work fine
with declarative pipeline, although I haven’t tested it.
Same here. Are your pipelines calling currentBuild.rawBuild.delete() at
some point?
--
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 jenkinsci-users+unsubscr...
Hi,
simple question - how would I declare an agent with more than one label,
like
agent {
label "centos6"
label "x86_64"
}
or agent { label "x86_64 centos6" }
or something else?
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
To
Hi all, this is my first time coming to Jenkins pipeline builds from a long
history of matrix builds in freestyle jobs. I am very confused by how
Jenkins is interpreting my Jenkinsfile, and would appreciate some help. I
am prepared to accept that I need to learn Groovy, and that perhaps the
dec