Hi - I am facing the following issue in Jenkins ver. 2.190.2.
I have installed docker plugin and setup a docker executor thru Manage
Jenkins -> Configure System
I have set the agent correctly in Jenkinsfile and the checkout and build
pipeline stages are executing correctly. However, when I run t
Hello,
I just did an update of the SAML plugin from version 1.12 to 1.14.
After updating, I noticed that the KeyDescriptor tags as well as the
x509 Certificate stored in saml-sp-metadata.xml was removed. Is there a
new place to find the x509 Certificate information? It's something
needed on our sy
There is a link at the bottom of each page, "Improve this page". We
welcome contributions to the Jenkins pipeline documentation.
Yes, you're correct that I should have said:
The pipeline as code page teaches users how to automate the creation,
> execution, and deletion of pipeline jobs based on
Thanks Mark. Of course you're correct. My main problem and point to make here
(and with Jenkins ecosystem in general) is that the documentation says you have
to use multi-branch pipeline to use pipeline as code, whereas this is patently
false. I see in my freestyle pipeline job configuration tha
Receive Windows events in viewer for the following:
System.UriFormatException: Invalid URI: The hostname could not be parsed.
at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind)
at System.UriBuilder.get_Uri()
at Microsoft.Alm.Cli.OperationArguments.CreateTargetUri()
at Mic
Good morning,
A few months ago Jenkins Pipeline released some very interesting
improvements
https://jenkins.io/blog/2019/07/05/jenkins-pipeline-stage-result-visualization-improvements/
with Groovy commands to declare unstable or failed stages.
My problem is to use this along with Performance