-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #289 from jenkinsci/feature/support-variables-in-p…
…rojectproperties Support variables in project properties
- Loading branch information
Showing
18 changed files
with
58 additions
and
8 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
1 change: 1 addition & 0 deletions
1
...n/resources/org/jenkinsci/plugins/DependencyTrack/ProjectProperties/help-description.html
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,3 +1,4 @@ | ||
<div> | ||
The description to be set for the project. | ||
<p>The value can contain environment variables in the form of <code>${VARIABLE_NAME}</code> which are resolved.</p> | ||
</div> |
1 change: 1 addition & 0 deletions
1
...esources/org/jenkinsci/plugins/DependencyTrack/ProjectProperties/help-description_de.html
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,3 +1,4 @@ | ||
<div> | ||
Die Beschreibung, die für das Projekt gesetzt werden soll. | ||
<p>Der Wert kann Umgebungsvariablen in Form von <code>${VARIABLE_NAME}</code> enthalten, die aufgelöst werden.</p> | ||
</div> |
1 change: 1 addition & 0 deletions
1
src/main/resources/org/jenkinsci/plugins/DependencyTrack/ProjectProperties/help-group.html
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,3 +1,4 @@ | ||
<div> | ||
Specifies the value of "Namespace / Group / Vendor" to be set for the project. | ||
<p>The value can contain environment variables in the form of <code>${VARIABLE_NAME}</code> which are resolved.</p> | ||
</div> |
1 change: 1 addition & 0 deletions
1
...main/resources/org/jenkinsci/plugins/DependencyTrack/ProjectProperties/help-group_de.html
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,3 +1,4 @@ | ||
<div> | ||
Wert für "Namensraum / Gruppe / Hersteller", der für das Projekt gesetzt werden soll. | ||
<p>Der Wert kann Umgebungsvariablen in Form von <code>${VARIABLE_NAME}</code> enthalten, die aufgelöst werden.</p> | ||
</div> |
1 change: 1 addition & 0 deletions
1
...main/resources/org/jenkinsci/plugins/DependencyTrack/ProjectProperties/help-parentId.html
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,3 +1,4 @@ | ||
<div> | ||
The ID (UUID) of the parent project. | ||
<p>The value can contain environment variables in the form of <code>${VARIABLE_NAME}</code> which are resolved.</p> | ||
</div> |
1 change: 1 addition & 0 deletions
1
...n/resources/org/jenkinsci/plugins/DependencyTrack/ProjectProperties/help-parentId_de.html
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,3 +1,4 @@ | ||
<div> | ||
Die ID (UUID) des übergeordneten Projekts. | ||
<p>Der Wert kann Umgebungsvariablen in Form von <code>${VARIABLE_NAME}</code> enthalten, die aufgelöst werden.</p> | ||
</div> |
1 change: 1 addition & 0 deletions
1
...in/resources/org/jenkinsci/plugins/DependencyTrack/ProjectProperties/help-parentName.html
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,3 +1,4 @@ | ||
<div> | ||
The name of the parent project. | ||
<p>The value can contain environment variables in the form of <code>${VARIABLE_NAME}</code> which are resolved.</p> | ||
</div> |
1 change: 1 addition & 0 deletions
1
...resources/org/jenkinsci/plugins/DependencyTrack/ProjectProperties/help-parentName_de.html
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,3 +1,4 @@ | ||
<div> | ||
Der Name des übergeordneten Projekts. | ||
<p>Der Wert kann Umgebungsvariablen in Form von <code>${VARIABLE_NAME}</code> enthalten, die aufgelöst werden.</p> | ||
</div> |
1 change: 1 addition & 0 deletions
1
...resources/org/jenkinsci/plugins/DependencyTrack/ProjectProperties/help-parentVersion.html
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,3 +1,4 @@ | ||
<div> | ||
The version of the parent project. | ||
<p>The value can contain environment variables in the form of <code>${VARIABLE_NAME}</code> which are resolved.</p> | ||
</div> |
1 change: 1 addition & 0 deletions
1
...ources/org/jenkinsci/plugins/DependencyTrack/ProjectProperties/help-parentVersion_de.html
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,3 +1,4 @@ | ||
<div> | ||
Die Version des übergeordneten Projekts. | ||
<p>Der Wert kann Umgebungsvariablen in Form von <code>${VARIABLE_NAME}</code> enthalten, die aufgelöst werden.</p> | ||
</div> |
1 change: 1 addition & 0 deletions
1
...ain/resources/org/jenkinsci/plugins/DependencyTrack/ProjectProperties/help-swidTagId.html
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,3 +1,4 @@ | ||
<div> | ||
Specifies the SWID Tag ID to be set for the project. | ||
<p>The value can contain environment variables in the form of <code>${VARIABLE_NAME}</code> which are resolved.</p> | ||
</div> |
1 change: 1 addition & 0 deletions
1
.../resources/org/jenkinsci/plugins/DependencyTrack/ProjectProperties/help-swidTagId_de.html
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,3 +1,4 @@ | ||
<div> | ||
Wert für "SWID Tag ID", der für das Projekt gesetzt werden soll. | ||
<p>Der Wert kann Umgebungsvariablen in Form von <code>${VARIABLE_NAME}</code> enthalten, die aufgelöst werden.</p> | ||
</div> |
1 change: 1 addition & 0 deletions
1
src/main/resources/org/jenkinsci/plugins/DependencyTrack/ProjectProperties/help-tags.html
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,4 +1,5 @@ | ||
<div> | ||
Specifies the list of tags to be set for the project. Separate multiple tags with spaces or put each tag on a separate line. | ||
<p>All tags are automatically lowercased!</p> | ||
<p>The tag-value can contain environment variables in the form of <code>${VARIABLE_NAME}</code> which are resolved.</p> | ||
</div> |
1 change: 1 addition & 0 deletions
1
src/main/resources/org/jenkinsci/plugins/DependencyTrack/ProjectProperties/help-tags_de.html
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,4 +1,5 @@ | ||
<div> | ||
Gibt die Liste der Tags an, die für das Projekt gesetzt werden sollen. Trennen Sie mehrere Tags durch Leerzeichen oder eine eigene Zeile. | ||
<p>Alle Tags werden automatisch kleingeschrieben!</p> | ||
<p>Der Tag-Wert kann Umgebungsvariablen in Form von <code>${VARIABLE_NAME}</code> enthalten, die aufgelöst werden.</p> | ||
</div> |
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