Zfilipin has uploaded a new change for review. https://gerrit.wikimedia.org/r/82049
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, 11 insertions(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/qa/browsertests refs/changes/49/82049/1 diff --git a/docs/jenkins.md b/docs/jenkins.md index 620d42f..37613c9 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,12 @@ - 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 + - value -- To view, visit https://gerrit.wikimedia.org/r/82049 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I471381ca3a347eec288f02280dfebda1b42faad9 Gerrit-PatchSet: 1 Gerrit-Project: qa/browsertests Gerrit-Branch: master Gerrit-Owner: Zfilipin <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
