-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ability to override a library defined at folder level
- Loading branch information
Showing
7 changed files
with
132 additions
and
100 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
4 changes: 2 additions & 2 deletions
4
...rces/io/jenkins/plugins/shared_library_version_override/FolderConfigurations/config.jelly
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
7 changes: 5 additions & 2 deletions
7
src/main/resources/io/jenkins/plugins/shared_library_version_override/Messages.properties
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,2 +1,5 @@ | ||
LibraryCustomConfiguration.NameUnknown=Unknown library | ||
LibraryCustomConfiguration.ImmutableVersion=Version override not permitted | ||
LibraryCustomConfiguration.Validation.NameUnknown=Unknown library | ||
LibraryCustomConfiguration.Validation.ImmutableVersion=Version override not permitted | ||
LibraryCustomConfiguration.Validation.EmptyVersion=Version required | ||
LibraryCustomConfiguration.Validation.UnknownVersion=Unknown version | ||
LibraryCustomConfiguration.Validation.Success=Success |
7 changes: 5 additions & 2 deletions
7
src/main/resources/io/jenkins/plugins/shared_library_version_override/Messages_fr.properties
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,2 +1,5 @@ | ||
LibraryCustomConfiguration.NameUnknown=Librairie inconnue | ||
LibraryCustomConfiguration.ImmutableVersion=Surcharge de version non permise | ||
LibraryCustomConfiguration.Validation.NameUnknown=Librairie inconnue | ||
LibraryCustomConfiguration.Validation.ImmutableVersion=Surcharge de version non permise | ||
LibraryCustomConfiguration.Validation.EmptyVersion=Version requise | ||
LibraryCustomConfiguration.Validation.UnknownVersion=Version inconnue | ||
LibraryCustomConfiguration.Validation.Success=Succès |
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