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-43507] Spelling
- Loading branch information
Showing
with
2 additions
and
1 deletion.
-
+2
−1
src/main/java/jenkins/branch/BranchNameContributor.java
|
@@ -42,7 +42,8 @@ |
|
|
|
|
|
/** |
|
|
* Defines the environment variable {@code BRANCH_NAME} for multibranch builds. |
|
|
* Also defines {@code CHANGE_*} variables for {@link ChangeRequestSCMHead} is present. |
|
|
* Also defines {@code CHANGE_*} variables for {@link ChangeRequestSCMHead} instances and |
|
|
* {@code TAG_*} variables for {@link TagSCMHead} instances. |
|
|
*/ |
|
|
@Extension |
|
|
public class BranchNameContributor extends EnvironmentContributor { |
|
|
You can’t perform that action at this time.
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.