diff --git a/jobs/build-webapp.groovy b/jobs/build-webapp.groovy
index 0bfe209..a2892fe 100644
--- a/jobs/build-webapp.groovy
+++ b/jobs/build-webapp.groovy
@@ -149,7 +149,7 @@ such as sun. You can, but need not, include the leading `@`.""",
).addStringParam(
"SLACK_CHANNEL",
"The slack channel to which to send failure alerts.",
- "#1s-and-0s-deploys"
+ "#eng-deploys-backend"
).addStringParam(
"SLACK_THREAD",
diff --git a/jobs/delete-version.groovy b/jobs/delete-version.groovy
index ab1f4b5..df25f44 100644
--- a/jobs/delete-version.groovy
+++ b/jobs/delete-version.groovy
@@ -79,7 +79,7 @@ def deleteVersion() {
}
onMaster('30m') {
- notify([slack: [channel: '#1s-and-0s-deploys',
+ notify([slack: [channel: '#eng-deploys-backend',
sender: 'Mr Monkey',
emoji: ':monkey_face:',
when: ['FAILURE', 'UNSTABLE', 'ABORTED']]]) {
diff --git a/jobs/deploy-alert-context.groovy b/jobs/deploy-alert-context.groovy
index 33f5b34..df5ed40 100644
--- a/jobs/deploy-alert-context.groovy
+++ b/jobs/deploy-alert-context.groovy
@@ -52,7 +52,7 @@ def deploy() {
onMaster('2h') {
- notify([slack: [channel: '#1s-and-0s-deploys',
+ notify([slack: [channel: '#eng-deploys-backend',
sender: 'Mr Monkey',
emoji: ':monkey_face:',
when: ['BUILD START',
diff --git a/jobs/deploy-webapp.groovy b/jobs/deploy-webapp.groovy
index 27b9862..f326655 100644
--- a/jobs/deploy-webapp.groovy
+++ b/jobs/deploy-webapp.groovy
@@ -170,7 +170,7 @@ currentBuild.displayName = ("${currentBuild.displayName} " +
// the notify() so if there's an error setting them we notify on slack.
// We purposefully hard-code this so people can't do secret deploys. :-)
-SLACK_CHANNEL = "#1s-and-0s-deploys";
+SLACK_CHANNEL = "#eng-deploys-backend";
// The `@sun: emergency rollback
-// in the 1s-and-0s-deploys channel.
eng-deploys-backend channel.
@Library("kautils")
@@ -66,7 +66,7 @@ if (params.DRY_RUN) {
// We purposefully hard-code this so people can't do secret deploys. :-)
-SLACK_CHANNEL = "#1s-and-0s-deploys";
+SLACK_CHANNEL = "#eng-deploys-backend";
def _alert(def msg) {
@@ -144,7 +144,7 @@ def doRollback() {
onMaster('1h') {
- notify([slack: [channel: '#1s-and-0s-deploys',
+ notify([slack: [channel: '#eng-deploys-backend',
failureChannel: '#infrastructure-platform',
sender: 'Mr Monkey',
emoji: ':monkey_face:',
@@ -164,7 +164,7 @@ onMaster('1h') {
if (!params.DRY_RUN) {
build(job: '../deploy/e2e-test',
parameters: [
- string(name: 'SLACK_CHANNEL', value: "#1s-and-0s-deploys"),
+ string(name: 'SLACK_CHANNEL', value: "#eng-deploys-backend"),
string(name: 'TEST_TYPE', value: "deploy"),
]);
} else {
diff --git a/jobs/merge-branches.groovy b/jobs/merge-branches.groovy
index 6bac00b..a0c284c 100644
--- a/jobs/merge-branches.groovy
+++ b/jobs/merge-branches.groovy
@@ -34,7 +34,7 @@ create.""",
).addStringParam(
"SLACK_CHANNEL",
"The slack channel to which to send failure alerts.",
- "#1s-and-0s-deploys"
+ "#eng-deploys-backend"
).addStringParam(
"SLACK_THREAD",
diff --git a/jobs/notify-znd-owners.groovy b/jobs/notify-znd-owners.groovy
index 49dec99..f7e58fd 100644
--- a/jobs/notify-znd-owners.groovy
+++ b/jobs/notify-znd-owners.groovy
@@ -45,7 +45,7 @@ def runScript() {
onMaster('1h') {
- notify([slack: [channel: '#1s-and-0s-deploys',
+ notify([slack: [channel: '#eng-deploys-backend',
sender: 'Mr Monkey',
emoji: ':monkey_face:',
when: ['SUCCESS', 'FAILURE', 'UNSTABLE', 'ABORTED']]]) {
diff --git a/jobs/webapp-test.groovy b/jobs/webapp-test.groovy
index d17085f..22f8c73 100644
--- a/jobs/webapp-test.groovy
+++ b/jobs/webapp-test.groovy
@@ -55,7 +55,7 @@ If the empty string, run *all* tests.""",
).addStringParam(
"SLACK_CHANNEL",
"The slack channel to which to send failure alerts.",
- "#1s-and-0s-deploys"
+ "#eng-deploys-backend"
).addStringParam(
"SLACK_THREAD",