×
Performs an HTTP request, and returns a response object. Usage example: def response = httpRequest 'http://localhost:8080/jenkins/api/json?pretty=true' ...
Example: Using a single Maven build step to drive the build through its build/test/deploy process. Running shell scripts in Jenkins Pipeline. Using a shell ...
Missing: /url | Show results with:/url
For example, the Pipeline: GitHub Groovy ... groovy def call(Map config) { node { git url: "https ... Take, for example, a change to the global ci.jenkins.io ...
Jenkins Pipeline includes built-in documentation and the Snippet Generator which are key resources when developing Pipelines. They provide detailed help and ...
... CodePipeline Plugin for Jenkins ... This example will search FOO message in all comment lines. ... Specify the URL of the PTC Windchill RV&S Configuration ...
Using multiple containers. It has become increasingly common for code bases to rely on multiple different technologies. For example, a repository might have ...
This project was tracked in the WEBSITE ... Common improvement themes include adding migration of the documentation from Wiki, pipeline examples ... find what they ...
This guided tour introduces you to the basics of using Jenkins and its main feature, Jenkins Pipeline. This tour uses the "standalone" Jenkins distribution, ...
Missing: examples/ | Show results with:examples/
With the introduction of the Pipeline plugin, users now can implement a project's entire build/test/deploy pipeline in a Jenkinsfile and store that alongside ...
archiveArtifacts : Archive the artifacts. Archives the build artifacts (for example, distribution zip files or jar files) so that they can be downloaded later.