-
Notifications
You must be signed in to change notification settings - Fork 150
[JENKINS-39284] Set build description to failure cause #72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
TreverW
wants to merge
40
commits into
jenkinsci:master
Choose a base branch
from
TreverW:JENKINS-39284_Set_build_description_to_failure_cause
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+158
−0
Open
Changes from 21 commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
bc8430f
JENKINS-39284_Set_build_description_to_failure_cause
TreverW 82fa462
Add a setter for the enableBuildDescription option.
TreverW cae89da
c6a005c
764d9f3
Fix how BFA description gets concatenated to existing build description.
TreverW f4ebd34
Change tests to include a pre-set build description.
TreverW 7412511
JENKINS-39284_Set_build_description_to_failure_cause
TreverW f57029d
Add a setter for the enableBuildDescription option.
TreverW f3b2cab
2c4ab5e
9d86903
Fix how BFA description gets concatenated to existing build description.
TreverW 03e03c7
Change tests to include a pre-set build description.
TreverW 2550584
Merge remote-tracking branch 'origin/JENKINS-39284_Set_build_descript…
TreverW 81ab7df
Merge branch 'master' into JENKINS-39284_Set_build_description_to_fai…
TreverW f0125a0
Merge remote-tracking branch 'upstream/master'
TreverW cf6104f
Merge master upstream into working branch.
TreverW 1bd3035
Change tests to include a pre-set build description.
TreverW ca1223e
Merge branch 'master' of https://github.com/jenkinsci/build-failure-a…
TreverW 1e3912a
Fix test expected files.
TreverW 554f8a1
Update Javadocs per checkstyle recommendations.
TreverW f1a693a
Merge branch 'master' of https://github.com/jenkinsci/build-failure-a…
TreverW d6cb396
Merge branch 'JENKINS-39284_Set_build_description_to_failure_cause'
TreverW 9a5ba06
Refactored naming to be consistent with rest of code.
TreverW 8b89b0e
Merge remote-tracking branch 'upstream/master' into master
TreverW b36d19e
Merge branch 'master' into JENKINS-39284_Set_build_description_to_fai…
TreverW 782c996
Add suppression for MagicNumber Checkstyle check in test file.
TreverW 8d7b3fd
Refactor Boolean to boolean
TreverW 848b9d1
Test for null.
TreverW de4785f
Change type of test builder to QueueTaskFuture
TreverW e483810
Update src/main/java/com/sonyericsson/jenkins/plugins/bfa/PluginImpl.…
TreverW bf9461c
Update src/main/java/com/sonyericsson/jenkins/plugins/bfa/BuildFailur…
TreverW 9740cac
Merge remote-tracking branch 'origin/JENKINS-39284_Set_build_descript…
TreverW 8df48d5
Add suppression for MagicNumber Checkstyle check in test file. Remov…
TreverW 2d3e9ac
Change to StringUtils
TreverW 7dbb571
Removing unnecessary items per feedback to pull request.
TreverW 7977487
Enable parsing test results in test method. Results are required in …
TreverW 9673b47
Refactor string concatenation to eliminate spotbugs issue.
TreverW 3ac164f
Add space to fix another SpotBug isssue.
TreverW d7868b7
Merge remote-tracking branch 'upstream/master' into master
TreverW 8716adf
Merge branch 'master' into JENKINS-39284_Set_build_description_to_fai…
TreverW File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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
src/test/resources/com/sonyericsson/jenkins/plugins/bfa/jcasc/jcasc-local-expected.yml
This file contains hidden or 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 @@ | ||
buildDescriptionEnabled: false | ||
doNotAnalyzeAbortedJob: true | ||
gerritTriggerEnabled: true | ||
globalEnabled: true | ||
|
1 change: 1 addition & 0 deletions
1
src/test/resources/com/sonyericsson/jenkins/plugins/bfa/jcasc/jcasc-mongo-expected.yml
This file contains hidden or 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 @@ | ||
buildDescriptionEnabled: false | ||
doNotAnalyzeAbortedJob: true | ||
gerritTriggerEnabled: true | ||
globalEnabled: true | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.