-
Notifications
You must be signed in to change notification settings - Fork 29
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
Log output review #35
Comments
Some log entires should be shown only once per message, and some per-repo for matching: Only show once per message in the beginning (not per repo):
Per repo:
Per repo:
Per repo:
Do we need this?
Once per triggered repo: Once per triggered repo:
Once per message:
Per triggered repo:
Per repo to build:
|
In case of failure, this message is shown, but should not be shown:
|
@ronaldtse we should show message body for failure case? |
As long as we have shown the full SNS message once, it is good enough -- we don't need to show the same message for every single job, right? |
* Add pipline test framework * Update timeout to 1.5m * Add test specs * Jenkins IT for internal scm config * External SCM IT * Remove Trigger test * Add credentials feature * Add new feature Aws Credential * Remove some FB Suppress checks * Try fix NULL FB for getName function * Fix up FB warning * Fix findbug null issue in SQSTriggerQueue * Add feature to migrate to new version * Fix findbug issue Nonnull * Fix findbugs null pointer issue in sqs queue class * Submit Migration test case * Fix Jenkins CI test failure due to pipline model definition version * Use workflow job v2.6 * Try to fix version compettiple * Try to fix scm-step version 2.3 * Fix workflow job v2.9 * Add workflow scm to test
* Enable squash in JGitflow * Update .travis.yml to support integration test * Move to new namespace * Add display-url-api to test scope * Suppress FB issue RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE * Fix test plugins too old * Enable squash in JGitflow * Update .travis.yml to support integration test * Move to new namespace * Add display-url-api to test scope * Suppress FB issue RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE * Fix test plugins too old * Remove redundant code since we use new namespace * Update pom version * Update release plugin * updating poms for 1.7-SNAPSHOT development * updating poms for 1.8-SNAPSHOT development * updating poms for branch'release-1.7' with non-snapshot versions * updating develop poms to master versions to avoid merge conflicts * Updating develop poms back to pre merge state * Test subscribe branches without wildcards, multiple projects * Test for mactching branch names * Load SCM urls to support user not confused the config * Keep scm urls transient var * Update link in htmls * Update beta version * Update pom to beta-1 * Supress NP_NULL_ON_SOME_PATH fidbug flag * Update Readme * Text update * Update text & fix findbugs warnings * updating poms for 1.8-beta-2-SNAPSHOT development * updating poms for branch'release-1.8-beta-1' with non-snapshot versions * updating develop poms to master versions to avoid merge conflicts * Updating develop poms back to pre merge state * Update build badge to use ci.jenkins.io one & cache travis mvn repo * Update version to prepare release * updating poms for 1.8 branch with snapshot versions * updating poms for 1.9-SNAPSHOT development * updating poms for branch'release-1.8' with non-snapshot versions * updating develop poms to master versions to avoid merge conflicts * Updating develop poms back to pre merge state * Update match function for repo url * Update Log info * Add more logs * updating poms for 1.10-SNAPSHOT development * updating poms for branch'release-1.9' with non-snapshot versions * updating develop poms to master versions to avoid merge conflicts * Updating develop poms back to pre merge state * Match original branch * updating poms for 1.11-SNAPSHOT development * updating poms for branch'release-1.10' with non-snapshot versions * updating develop poms to master versions to avoid merge conflicts * Updating develop poms back to pre merge state * Better logger support * Correct description of trigger in project page * Refine logs in activity action * Update test IT * Test for issue #30 * Fix test issue #30 not start Job * updating poms for 1.12-SNAPSHOT development * updating poms for branch'release-1.11' with non-snapshot versions * updating develop poms to master versions to avoid merge conflicts * Updating develop poms back to pre merge state * Shorten log & unset jackson version * Pipeline support implementation * Update tests * Refactor activity log * View activity log in raw format * Add clear button * Fix findbug warning * Fix findbugs NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE * Change file name to activities * No need to recreate action many times * Fix message showing var address * Remove log output file function * updating poms for 1.13-SNAPSHOT development * updating poms for branch'release-1.12' with non-snapshot versions * updating develop poms to master versions to avoid merge conflicts * Updating develop poms back to pre merge state * Support manually enter SCM url * Implement for pipeline new design * Support multi repo match * Fix Test Failure Error * Fix Single test failures * Log level changes * Log refactoring * Add IR test * Fix multiple fixture tests failure * updates documentation with region not found error * updating poms for 1.13 branch with snapshot versions * updating poms for 1.14-SNAPSHOT development * updating poms for branch'release-1.13' with non-snapshot versions * updating develop poms to master versions to avoid merge conflicts * Updating develop poms back to pre merge state * Fix multi project fixture test * Add one checkbox for Subscribe Internal SCM only * Support new GUI as well as select Region in SQS setting page * Fix test compile failed * Fix test SQS function * Support jenkins 2.7x * Update test harness version * Update default jenkins parent pom and downgrade test harness version * Fix Jenkins build failure test due to script security version * Fix no sqs scm is found * Fix Subscribe Branch tests * Fix test result fail * Fix issues tests * Fix findbugs issue * updating poms for 1.15-SNAPSHOT development * updating poms for branch'release-1.14' with non-snapshot versions * updating develop poms to master versions to avoid merge conflicts * Updating develop poms back to pre merge state * Update test script * Migrate to new structure * Update aws sqs jar * Remove comments * Remove redundant dependencies * Update shade name * Prepare for release snapshot sub module * Reconfigure POMs for next release * update versions for release * Skip test project * update for next development version * Add changelog file * To invoke Jenkins CI test dependencies version (#35) * Add pipline test framework * Update timeout to 1.5m * Add test specs * Jenkins IT for internal scm config * External SCM IT * Remove Trigger test * Add credentials feature * Add new feature Aws Credential * Remove some FB Suppress checks * Try fix NULL FB for getName function * Fix up FB warning * Fix findbug null issue in SQSTriggerQueue * Add feature to migrate to new version * Fix findbug issue Nonnull * Fix findbugs null pointer issue in sqs queue class * Submit Migration test case * Fix Jenkins CI test failure due to pipline model definition version * Use workflow job v2.6 * Try to fix version compettiple * Try to fix scm-step version 2.3 * Fix workflow job v2.9 * Add workflow scm to test * Update changelog * update versions for release * update for next development version * Support non-interactive installation * update versions for release * update for next development version * Fix queue not saved (#38) * Remove display uri-api & structs plugins * Add test for multi threads spec * Fix Queue list not saved * update versions for release * update for next development version * Update change log * Make the "Access Test" more complete (#39) * Make the "Access Test" more complete with trying multiple permissions via multiple actions * Return Credentials not null * update versions for release * update for next development version * Support print out User Invoked
Sample log messages for one SQS like bellow, INFO level is enabled by default
Which log entries are redundant?
The text was updated successfully, but these errors were encountered: