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] Renaming in docs
- Loading branch information
Showing
with
2 additions
and
3 deletions.
-
+2
−3
TUTORIAL.md
|
@@ -44,9 +44,9 @@ You should see `#1` under _Build History_. |
|
|
|
|
|
``` |
|
|
Started by user anonymous |
|
|
Running: Print Message |
|
|
[Pipeline] echo |
|
|
hello from Pipeline |
|
|
Running: End of Pipeline |
|
|
[Pipeline] End of Pipeline |
|
|
Finished: SUCCESS |
|
|
``` |
|
|
|
|
@@ -55,7 +55,6 @@ Finished: SUCCESS |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Understanding Flow Scripts |
|
|
|
|
|
A pipeline is a [Groovy](http://groovy-lang.org/documentation.html) script that tells Jenkins what to do when your flow is run. |
|
|