Skip to content

Commit

Permalink
Document HUDSON_CHANGELOG_FILE environment variable.
Browse files Browse the repository at this point in the history
JENKINS-49383
  • Loading branch information
p4paul committed Feb 22, 2018
1 parent 9d17790 commit c009e67
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
Expand Up @@ -2,7 +2,7 @@ package org.jenkinsci.plugins.p4.PerforceScm;

def l = namespace(lib.JenkinsTagLib)

["P4_CHANGELIST","P4_CLIENT","P4_PORT","P4_USER","P4_TICKET","P4_REVIEW","P4_REVIEW_TYPE"].each { name ->
["P4_CHANGELIST","P4_CLIENT","P4_PORT","P4_USER","P4_TICKET","P4_REVIEW","P4_REVIEW_TYPE","HUDSON_CHANGELOG_FILE"].each { name ->
l.buildEnvVar(name:name) {
raw(_("${name}.blurb"))
}
Expand Down
Expand Up @@ -4,4 +4,5 @@ P4_PORT.blurb=The Perforce server connection port (e.g. perforce:1666).
P4_USER.blurb=The Perforce username.
P4_TICKET.blurb=A valid Perforce ticket (if the credential is valid).
P4_REVIEW.blurb=The Swarm Review ID.
P4_REVIEW_TYPE.blurb=The Swarm Review Type ('shelved' or 'committed').
P4_REVIEW_TYPE.blurb=The Swarm Review Type ('shelved' or 'committed').
HUDSON_CHANGELOG_FILE.blurb=Location of the changelog file.
Expand Up @@ -2,7 +2,7 @@ package org.jenkinsci.plugins.p4.PerforceScm;

def l = namespace(lib.JenkinsTagLib)

["P4_CHANGELIST","P4_CLIENT","P4_PORT","P4_USER","P4_TICKET","P4_REVIEW","P4_REVIEW_TYPE"].each { name ->
["P4_CHANGELIST","P4_CLIENT","P4_PORT","P4_USER","P4_TICKET","P4_REVIEW","P4_REVIEW_TYPE","HUDSON_CHANGELOG_FILE"].each { name ->
l.buildEnvVar(name:name) {
raw(_("${name}.blurb"))
}
Expand Down
Expand Up @@ -4,4 +4,5 @@ P4_PORT.blurb=The Perforce server connection port (e.g. perforce:1666).
P4_USER.blurb=The Perforce username.
P4_TICKET.blurb=A valid Perforce ticket (if the credential is valid).
P4_REVIEW.blurb=The Swarm Review ID.
P4_REVIEW_TYPE.blurb=The Swarm Review Type ('shelved' or 'committed').
P4_REVIEW_TYPE.blurb=The Swarm Review Type ('shelved' or 'committed').
HUDSON_CHANGELOG_FILE.blurb=Location of the changelog file.

0 comments on commit c009e67

Please sign in to comment.