Skip to content
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

Fix build slack notification #123

Merged
merged 44 commits into from Nov 1, 2018
Merged
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
26b9f88
Added slack notifier
goruha Oct 10, 2018
59b12fc
Move slack notifications to build-harness
goruha Oct 10, 2018
4eced89
Fix bugs
goruha Oct 10, 2018
8517343
Fix bugs
goruha Oct 10, 2018
6706e0e
Fix bugs
goruha Oct 10, 2018
4b43d94
Fix bugs
goruha Oct 10, 2018
167ef3e
Fix bugs
goruha Oct 10, 2018
1bf51b3
Fix bugs
goruha Oct 10, 2018
ce45b27
Fix bugs
goruha Oct 10, 2018
13db247
Fix slack notificiations
goruha Oct 10, 2018
2740a78
Fix slack notificiations
goruha Oct 10, 2018
d33dc11
Fix slack notificiations
goruha Oct 10, 2018
e7e6a5c
Fix slack notificiations
goruha Oct 10, 2018
e134e4c
Fix slack notificiations
goruha Oct 10, 2018
7a11fe4
Fix slack notificiations
goruha Oct 10, 2018
1aa7c81
Fix slack notificiations
goruha Oct 10, 2018
3bc67c3
Fix slack notification
goruha Oct 10, 2018
d2f898e
Fix slack notification
goruha Oct 10, 2018
924b331
Solve pipeline
goruha Oct 10, 2018
dc04c1b
Solve pipeline
goruha Oct 10, 2018
8eac5e1
Fix slack text
goruha Oct 10, 2018
f70e72d
Fix slack notifications
goruha Oct 10, 2018
d520ade
Fix slack notifications
goruha Oct 10, 2018
5a0ec41
Fix bootstrap
goruha Oct 10, 2018
ccd8f90
Fix bootstrap
goruha Oct 10, 2018
815d717
Fix formats
goruha Oct 10, 2018
38541a1
Fix git vars
goruha Oct 10, 2018
3b81abe
Added help comments
goruha Oct 10, 2018
2a2d417
Made git branch/tag
goruha Oct 11, 2018
97d9c3e
Address comments
goruha Oct 12, 2018
b234328
Fix env vars
goruha Oct 12, 2018
8d4d92b
Debug color
goruha Oct 12, 2018
4457603
Debug color
goruha Oct 12, 2018
e0c00eb
Debug color
goruha Oct 12, 2018
9babf11
Debug color
goruha Oct 12, 2018
c85d75e
Debug color
goruha Oct 12, 2018
a9fcfd8
Merge branch 'master' into slack-notification
osterman Oct 12, 2018
138df82
Debug color
goruha Oct 12, 2018
1afa6ed
Merge branch 'slack-notification' of github.com:cloudposse/build-harn…
goruha Oct 12, 2018
d9c1a90
Debug color
goruha Oct 12, 2018
3957a7f
Address comments
goruha Oct 12, 2018
71e4bf1
Fix notification
goruha Oct 12, 2018
df24e98
Made messages main and failback equal
goruha Nov 1, 2018
51f9671
Merge branch 'master' into fix-build-slack-notification
goruha Nov 1, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion templates/slack-notifier/build.env
Expand Up @@ -2,7 +2,7 @@ export SLACK_FALLBACK="${ACTION} ${NAME} version ${GIT_BRANCH}"

export SLACK_PRETEXT="${GIT_COMMIT_MESSAGE}"

export SLACK_TITLE="Build ${NAME} version ${GIT_BRANCH}"
export SLACK_TITLE="${ACTION} ${NAME} version ${GIT_BRANCH}"
export SLACK_TITLE_LINK="${BUILD_URL}"

export SLACK_FIELD1_TITLE=Repository
Expand Down