-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix external event tigger bug. Simplify UserCause. File commit before…
… tag.
- Loading branch information
jmetcalf
committed
Mar 19, 2009
1 parent
2500d2e
commit af3db7f
Showing
9 changed files
with
114 additions
and
131 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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
13 changes: 7 additions & 6 deletions
13
src/main/resources/hudson/ivy/IvyBuildTrigger/help-revisionMatching.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,11 +1,12 @@ | ||
<div> | ||
Select this checkbox if you want to allow the optional <i>trunk</i> and <i>revision</i> attributes | ||
of the ivy.xml module descriptor to help identify upstream project dependencies within Hudson. | ||
of the ivy.xml module descriptor to help calculate and filter the Hudson project dependency graph. | ||
Leaving this option unchecked means that only the mandatory <i>organisation</i> and <i>module</i> | ||
attributes will be used when matching against project module descriptors. However it also means | ||
attributes will be used when matching against the project ivy module descriptors. However it also means | ||
that if you have two or more projects configured in Hudson using the same mandatory attribute | ||
values in their module descriptors, and this project defines a dynamic revision dependency on one of the | ||
modules, then all those projects will match and will be considered upstream dependencies. This is usually | ||
values in their module descriptors, and another project defines a dynamic revision dependency on one of the | ||
modules, then all of the projects will match and will be considered upstream dependencies. This is usually | ||
<b>not</b> what you want if you are using Hudson CI to build different versions (or different | ||
source code branches) of the same module at the same time. | ||
</div> | ||
source code branches) of the same module at the same time, and selecting this checkbox can help | ||
avoid this problem. | ||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<div> | ||
If configured, Hudson will use the information in Ivy module descriptors (project-level ivy.xml files) | ||
when building its internal lists of upstream and downstream project dependencies. | ||
when building its internal project dependency graph. | ||
</div> |