You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hooks/jenkins/jira-issue-validator/jira-issue-validator.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
## Jira Issue Validator
1
+
## Jira issue validator
2
2
In order to use this pipeline, you will need the following plugins:
3
3
4
4
-[Pipeline](https://plugins.jenkins.io/workflow-aggregator): This plugin allows us to store our `Jenkins`_jobs_ as code, and moves away from the common understanding of Jenkins `builds` to an `Agile` and `DevOps` model
@@ -9,14 +9,14 @@ In order to use this pipeline, you will need the following plugins:
9
9
-[GitHub Integration](https://plugins.jenkins.io/github-pullrequest): Provides the ability to customize pull request builds
10
10
-[Pipeline: GitHub](https://plugins.jenkins.io/pipeline-github): Allows using GitHub steps within a _Jenkinsfile_
11
11
-[GitHub](https://plugins.jenkins.io/github): Provides integration with GitHub
12
-
-[JIRA Pipeline Steps](https://plugins.jenkins.io/jira-steps): Allows using JIRA steps within a _Jenkinsfile_
13
-
-[JIRA](https://plugins.jenkins.io/jira): Enables integration with JIRA
12
+
-[Jira Pipeline Steps](https://plugins.jenkins.io/jira-steps): Allows using Jira steps within a _Jenkinsfile_
13
+
-[Jira](https://plugins.jenkins.io/jira): Enables integration with Jira
14
14
15
15
### Configuring Jenkins
16
16
17
17
1. Log in to Jenkins and click _Manage Jenkins_
18
18
2. Click _Configure System_
19
-
3. In the **JIRA Steps** section, provide the required information for connecting to your JIRA server
19
+
3. In the **Jira Steps** section, provide the required information for connecting to your Jira server
@@ -36,7 +36,7 @@ In order to use this pipeline, you will need the following plugins:
36
36
37
37
38
38
### Example Pipeline
39
-
This pipeline functions by taking the _issue ID_ from the pull request body, performing a lookup in JIRA, then setting the status of the build in GitHub based on the _transition_ in JIRA.
39
+
This pipeline functions by taking the _issue ID_ from the pull request body, performing a lookup in Jira, then setting the status of the build in GitHub based on the _transition_ in Jira.
40
40
41
41
```groovy
42
42
node {
@@ -95,7 +95,7 @@ node {
95
95
```
96
96
97
97
### Visual Status
98
-
1. Create a new file with a commit message. The JIRA plugin will automatically comment on the ticket if you use the `JIRA-[number] #comment <comment>` format
98
+
1. Create a new file with a commit message. The Jira plugin will automatically comment on the ticket if you use the `JIRA-[number] #comment <comment>` format
0 commit comments