×
This documentation begins with a Guided Tour to help you get up and running with Jenkins and introduce you to Jenkins's main feature, Pipeline. There are ...
Missing: /url | Show results with:/url
Jenkins Pipeline includes built-in documentation and the Snippet Generator which are key resources when developing Pipelines. They provide detailed help and ...
Performs an HTTP request, and returns a response object. Usage example: def response = httpRequest 'http://localhost:8080/jenkins/api/json?pretty=true' ...
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 ...
This project was tracked in the WEBSITE ... Common improvement themes include adding migration of the documentation from Wiki, pipeline examples ... find what they ...
... CodePipeline Plugin for Jenkins ... This example will search FOO message in all comment lines. ... Specify the URL of the PTC Windchill RV&S Configuration ...
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/
... https://svn.jenkins-ci.org/tags/$SVN_TAG . Notice ... Specify the phabricator instance root URL (such as https://phabricator.example.com). ... documentation for a ...
Using multiple containers. It has become increasingly common for code bases to rely on multiple different technologies. For example, a repository might have ...
archiveArtifacts : Archive the artifacts. Archives the build artifacts (for example, distribution zip files or jar files) so that they can be downloaded later.