Cmcmahon has submitted this change and it was merged. Change subject: Documented how to set up required environment variables ......................................................................
Documented how to set up required environment variables MEDIAWIKI_PASSWORD, SAUCE_ONDEMAND_ACCESS_KEY, SAUCE_ONDEMAND_USERNAME Bug: 49158 Change-Id: I471381ca3a347eec288f02280dfebda1b42faad9 --- M docs/jenkins.md 1 file changed, 10 insertions(+), 1 deletion(-) Approvals: Cmcmahon: Looks good to me, approved jenkins-bot: Verified diff --git a/docs/jenkins.md b/docs/jenkins.md index 620d42f..df52b1a 100644 --- a/docs/jenkins.md +++ b/docs/jenkins.md @@ -4,8 +4,9 @@ - Jenkins > Manage Jenkins > Manage Plugins > Available > ChuckNorris Plugin, Green Balls, Jenkins instant-messaging plugin, Jenkins IRC Plugin -# IRC Notification +## IRC Notification +- Jenkins > Manage Jenkins > Configure System - Enable IRC Notification > check - Hostname: irc.freenode.net - Port: 6667 @@ -16,3 +17,11 @@ - Nickname: wmf-selenium-bot - Login: wmf-selenium-bot - nickname and login have to be the same + +## Environment variables + +- Jenkins > Manage Jenkins > Configure System > Global properties > Environment variables > List of key-value pairs + - name + - MEDIAWIKI_PASSWORD + - SAUCE_ONDEMAND_ACCESS_KEY + - SAUCE_ONDEMAND_USERNAME -- To view, visit https://gerrit.wikimedia.org/r/82049 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I471381ca3a347eec288f02280dfebda1b42faad9 Gerrit-PatchSet: 4 Gerrit-Project: qa/browsertests Gerrit-Branch: master Gerrit-Owner: Zfilipin <[email protected]> Gerrit-Reviewer: Cmcmahon <[email protected]> Gerrit-Reviewer: Zfilipin <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
