diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE index 83529bcd..db2b18c1 100644 --- a/.github/PULL_REQUEST_TEMPLATE +++ b/.github/PULL_REQUEST_TEMPLATE @@ -23,7 +23,7 @@ ## Code Review Checklist (to be filled out by reviewer) diff --git a/.gitreview b/.gitreview index 595c6a5e..7eac5760 100644 --- a/.gitreview +++ b/.gitreview @@ -1,4 +1,4 @@ [gerrit] host=review.dev.storj.io -project=storj/gateway-mt -defaultbranch=main \ No newline at end of file +project=storj/edge +defaultbranch=main diff --git a/Jenkinsfile.private b/Jenkinsfile.private index 81eb6099..8b81e38d 100644 --- a/Jenkinsfile.private +++ b/Jenkinsfile.private @@ -62,7 +62,7 @@ node('node') { echo "Setting build result to FAILURE" currentBuild.result = "FAILURE" - slackSend color: 'danger', channel: '#team-integrations-edge', message: "@edge gateway-mt branch ${env.BRANCH_NAME} build failed during stage ${lastStage} ${env.BUILD_URL}" + slackSend color: 'danger', channel: '#team-integrations-edge', message: "@edge edge branch ${env.BRANCH_NAME} build failed during stage ${lastStage} ${env.BUILD_URL}" throw err