1<?php
2
3$lang['jenkins.url']    = 'Add your Jenkins url, without a salsh ending. i.e.: http://my-jenkins.com';
4$lang['jenkins.user']   = 'Enter the ID of a Jenkins User, with the right to view any job.';
5$lang['jenkins.token']  = 'Set the corresponding Jenkins user token. You can find it in "http://JENKINS_URL/user/USER/configure", then click on "Show API Token".';
6