forked from boozallen/jenkins-templating-engine
-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/jenkinsci/templating-engine…
- Loading branch information
Showing
73 changed files
with
2,631 additions
and
226 deletions.
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,35 @@ | ||
[Jj]enkinsfiles? | ||
[Nn]amespaces? | ||
[Tt]emplat(e|es|ed|ing)\b | ||
[Aa]utowir(e|es|ed|ing)\b | ||
[Mm]etaprogramming | ||
[Ss]erializab(ility|le)\b | ||
[Gg]radle | ||
[Cc]lasspath | ||
[Pp]arameteriz(e|es|ed|ing)\b | ||
[Rr]eusability | ||
[Bb]ooleans? | ||
[Ii]nvocable | ||
[Ss]ubkeys? | ||
Ansible | ||
Artifactory | ||
[Bb]asename | ||
[Hh]oc | ||
[Kk]ubernetes | ||
[Dd]ev | ||
[Jj]enkins | ||
[Bb]ooleans? | ||
[Cc]lasspath | ||
[Cc]onfigs? | ||
[Ww]alkthroughs? | ||
[Dd]ev | ||
Divio | ||
Dockerfile | ||
[Ee]num | ||
[Gg]radle | ||
[gG]roovy | ||
[Hh]oc | ||
https | ||
[Ii]nvocable | ||
[Jj]enkins | ||
[Jj]enkinsfiles? | ||
[Kk]ubernetes | ||
[Mm]arkdownlint | ||
md | ||
[Ee]num | ||
truthy | ||
Artifactory | ||
[Mm]etaprogramming | ||
Multibranch | ||
[Nn]amespaces? | ||
[Pp]arameteriz(e|es|ed|ing)\b | ||
[Pp]repending | ||
[Rr]epo | ||
[rR]esumability | ||
[gG]roovy | ||
[Rr]eusability | ||
[Ss]erializab(ility|le)\b | ||
Splunk | ||
[Ss]ubkeys? | ||
[Tt]emplat(e|es|ed|ing)\b | ||
truthy | ||
[Ww]alkthroughs? |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Overview | ||
|
||
Tutorials are learning oriented lessons to teach users about JTE. | ||
|
||
The best way to learn a technology is to use it. These Learning Labs have been designed to give you hands-on experience with the Jenkins Templating Engine. | ||
|
||
## Learning Labs Overview | ||
|
||
| Lab <img width=250/> | Description | | ||
|-----------------------------------------|-------------------------------------------------------------------------------------------------| | ||
| [Local Development](./local-development/index.md) | In this lab, we’ll be deploying a local Jenkins instance using Docker and installing the Jenkins Templating Engine. | | ||
| [JTE: The Basics](./jte-the-basics/index.md) | Explore the basic concepts of the Jenkins Templating Engine and different ways to use it. | | ||
| [JTE: Learn the Primitives](./jte-primitives/index.md) | Explore the different Pipeline Primitives JTE exposes, called primitives, to aid in pipeline template authoring. | | ||
| [JTE: Advanced Features](./jte-advanced-features/index.md) | Level up your JTE skills by learning its advanced features like the default step implementation and how to leverage step lifecycle hooks. | |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Prerequisites | ||
|
||
## Jenkins Instance | ||
|
||
A Jenkins instance will be required for this lab. If you don't have one available to you, we would recommend going through [Local Development Learning Lab](../local-development/index.md) to deploy a local Jenkins instance through Docker. | ||
|
||
## JTE: Pipeline Primitives | ||
|
||
This lab is the third and final lab specifically dedicated to the Jenkins Templating Engine's functionality. | ||
|
||
Please be sure to have completed the [Pipeline Primitives Learning Lab](../jte-primitives/index.md) before attempting this one, as we will be picking up where that lab leaves off. |
Oops, something went wrong.