×
... Pipeline in a test installation of Jenkins. It is ... Full URL of Jenkins, such as https://example.com ... Jenkinsfile (Declarative Pipeline). pipeline { agent ...
A continuous delivery (CD) pipeline is an automated expression of your process for getting software from version control right through to your users and ...
Missing: /url | Show results with:/url
This section builds on the information introduced in Getting started with Pipeline and should be treated solely as a reference. For more information on how ...
This section describes how to get started with creating your Pipeline project in Jenkins and introduces you to the various ways that a Jenkinsfile can be ...
This is a simple demonstration of how to run a Gradle build, that resolves dependencies, upload artifacts and publish build info to Artifactory. Read the full ...
Missing: book/ | Show results with:book/
The following plugin provides functionality available through Pipeline-compatible steps. Read more about how to integrate steps into your Pipeline in the Steps ...
Jun 26, 2022 · Has this been reported? I'm using Gitea and Jenkins 2.356. I just installed blue ocean and created my first pipeline. I have a master branch ...
Missing: /url | Show results with:/url
The step returns an array of file info objects who's properties you can see in the below example. Ex: def files = findFiles(glob: '**/TEST-*.xml') echo """${ ...
Missing: book/ | Show results with:book/
To maximize security, credentials configured in Jenkins are stored in an encrypted form on the controller Jenkins instance (encrypted by the Jenkins instance ID) ...
Jenkins Pipeline includes built-in documentation and the Snippet Generator which are key resources when developing Pipelines. They provide detailed help and ...