×
Feb 7, 2017 · Each stage in a Declarative Pipeline runs a series of steps. 7, Run the echo step to print a message in the Console Output. If you are ...
Missing: text | Show results with:text
This example Java application from a GitHub repository outputs the string "Hello world!", and is accompanied by some unit tests, to check that the main ...
Missing: Console | Show results with:Console
The following examples are sourced from the the pipeline-examples repository on GitHub and contributed to by various members of the Jenkins project.
withMaven : Provide Maven environment. Configures maven environment to use within a pipeline job by calling sh mvn or bat mvn . The selected maven installation ...
Missing: text | Show results with:text
The following script is an example running a script on agents from the controller Script Console. Script executes code on agent from Master Script Console.
Aug 28, 2023 · This plugin lets you search for some text using regular expressions in a set of files or the console log. Based on the outcome, ...
Missing: maven | Show results with:maven
Optional interface that can be implemented by AbstractProject that has "contextual" Maven.MavenInstallation associated with it. Nested classes/interfaces ...
Missing: text | Show results with:text
Using a text editor, ideally one which supports Groovy syntax highlighting, create a new Jenkinsfile in the root directory of the project. The Declarative ...
Enter a name, save the project, and start a new build. Navigate to the build on the UI, and click Console Output to view the build log.
Missing: text example