ID: US_19.012 | Pipeline Management > View Pipeline Syntax Documentation
Description:
As a User,
I want to access the Pipeline Syntax documentation,
So that I can quickly reference available steps, syntax examples, and code generators to correctly build or modify my Jenkins file.
Acceptance Criteria:
1. On the Pipeline page, the "Pipeline Syntax" button is available in the side menu.
2. On the Dashboard page, the "Pipeline Syntax" button is available in the drop-down menu.
3. Clicking on the Pipeline Syntax button opens the page
4. Pipeline Syntax opens a page on the sidebar containing the following buttons/links:
- Snippet Generator,
- Declarative Directive Generator,
- Declarative Online Documentation,
- Steps Reference,
- Global Variables Reference,
- Online Documentation,
- Examples Reference,
- IntelliJ IDEA GDSL.
Author: @morozanna503