diff --git a/services/wercker/wercker.service.js b/services/wercker/wercker.service.js index b72dbd3650..cd25d2a94c 100644 --- a/services/wercker/wercker.service.js +++ b/services/wercker/wercker.service.js @@ -14,6 +14,24 @@ const werckerSchema = Joi.array() .max(1) .required() +const werckerCIDocumentation = ` +
+ Note that Wercker badge Key (used in Wercker's native badge urls) is not the same as + the Application Id and the badge key will not work. +
+
+ You can use the Wercker API to locate your Application Id:
+
+
+ https://app.wercker.com/api/v3/applications/:username/:applicationName
+
+ For example: https://app.wercker.com/api/v3/applications/wercker/go-wercker-api
+
+
+ Your Application Id will be in the 'id' field in the API response.
+