ciena-devops
Advanced tools
Comparing version 1.0.2 to 1.1.0
@@ -0,1 +1,4 @@ | ||
# 1.1.0 (2018-03-26) | ||
* Rename `#ui-platform` Slack channel to `#frost-foundation` | ||
# 1.0.2 (2018-03-16) | ||
@@ -2,0 +5,0 @@ |
{ | ||
"name": "ciena-devops", | ||
"version": "1.0.2", | ||
"version": "1.1.0", | ||
"description": "A collection of scripts and configurations used by the Ciena organization in their DevOps", | ||
@@ -5,0 +5,0 @@ "directories": { |
@@ -7,3 +7,3 @@ # ciena-devops | ||
After `pr-bumper` has merged an outstanding PR and bumped the package version this script should then be ran to send a | ||
message to the `#ui-platform` Slack channel. | ||
message to the `#frost-foundation` Slack channel. | ||
@@ -39,5 +39,5 @@ The message will look like: | ||
The environment variable that needs to be added to the respective package's configuration in TravisCI is | ||
`SLACK_INCOMING_WEBHOOK_URL` and needs to be set to the url of the incoming webhook integration for the `#ui-platform` | ||
channel. To do this visit `https://travis-ci.org/<organization>/<repo>/settings`. **NOTE:** When adding the | ||
`SLACK_INCOMING_WEBHOOK_URL` variable, make sure to keep the "_Display value in build log_" set to "_OFF_" otherwise the url will be written to the build logs for the public to see. | ||
`SLACK_INCOMING_WEBHOOK_URL` and needs to be set to the url of the incoming webhook integration for the | ||
`#frost-foundation` channel. To do this visit `https://travis-ci.org/<organization>/<repo>/settings`. **NOTE:** When adding the `SLACK_INCOMING_WEBHOOK_URL` variable, make sure to keep the "_Display value in build log_" set to "_OFF_" | ||
otherwise the url will be written to the build logs for the public to see. | ||
@@ -63,3 +63,3 @@ The additions to the _.travis.yml_ file are to add the `ciena-devops` package to the `npm install` in the | ||
An environment variable needs to be added to the TeamCity project configuration named `env.tc.slack.ui-platform.incoming.webhook` whose value is set to the url of the incoming webhook integration for the `#ui-platform` channel. | ||
An environment variable needs to be added to the TeamCity project configuration named `env.tc.slack.frost-foundation.incoming.webhook` whose value is set to the url of the incoming webhook integration for the `#frost-foundation` channel. | ||
@@ -74,3 +74,3 @@ #### #2 | ||
# Fill in SLACK_INCOMING_WEBHOOK_URL | ||
export SLACK_INCOMING_WEBHOOK_URL="%env.tc.slack.ui-platform.incoming.webhook%" | ||
export SLACK_INCOMING_WEBHOOK_URL="%env.tc.slack.frost-foundation.incoming.webhook%" | ||
``` | ||
@@ -77,0 +77,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17533