Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[JENKINS-31153] More renames.
Originally-Committed-As: 199d8c9dc7ec8d02d6429dd652f666f14cbfc660
- Loading branch information
Showing
with
14 additions
and 14 deletions.
- +1 −1 basic-steps/src/main/resources/index.jelly
- +1 −1 cps/src/main/java/org/jenkinsci/plugins/workflow/cps/steps/LoadStep.java
- +1 −1 cps/src/main/java/org/jenkinsci/plugins/workflow/cps/steps/ParallelStep.java
- +1 −1 cps/src/main/resources/org/jenkinsci/plugins/workflow/cps/CpsFlowDefinition/help-script.html
- +2 −2 cps/src/main/resources/org/jenkinsci/plugins/workflow/cps/CpsScmFlowDefinition/help-scm.html
- +3 −3 cps/src/main/resources/org/jenkinsci/plugins/workflow/cps/EnvActionImpl/Binder/help.jelly
- +5 −5 cps/src/main/resources/org/jenkinsci/plugins/workflow/cps/steps/LoadStep/help.html
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -25,5 +25,5 @@ THE SOFTWARE. | ||
|
||
<?jelly escape-by-default='true'?> | ||
<div> | ||
Commonly used steps for Pipelines. | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -38,7 +38,7 @@ public String getFunctionName() { | ||
|
||
@Override | ||
public String getDisplayName() { | ||
return "Evaluate a Groovy source file into the Pipeline script"; | ||
} | ||
} | ||
|
||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -225,7 +225,7 @@ public boolean takesImplicitBlockArgument() { | ||
|
||
@Override | ||
public String getDisplayName() { | ||
return "Execute parts of a Pipeline in parallel"; | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -1,5 +1,5 @@ | ||
<p> | ||
Groovy script defining this Pipeline. A quick example: | ||
</p> | ||
<pre>node { | ||
sh 'echo hello world' | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -1,7 +1,7 @@ | ||
<div> | ||
Specify where to obtain a source code repository containing your Groovy script. | ||
It will be checked out somewhere on the Jenkins master and used to load your Pipeline script. | ||
(If you wish to use other files from the same repository during your Pipeline, | ||
you will need to check them out separately on some slave; | ||
this checkout cannot be reused.) | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters