From: Cristina Pauna Date: Thu, 14 Mar 2019 18:29:37 +0000 (+0200) Subject: Add script for connecting static jenkins slaves X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ci-management.git;a=commitdiff_plain;h=dd9356a5746ea8e4b0ad15591581c0d86c4e9eb4;hp=dd9356a5746ea8e4b0ad15591581c0d86c4e9eb4 Add script for connecting static jenkins slaves Script from [1] adapted for akraino, both for production and for sandbox. It configures monit and connects the slave to the LF master Usage for production: sudo akraino/repos/ci-management/utils/jenkins-jnlp-connect.sh \ -j /home/jenkins -u jenkins -n -s Usage for sandbox: sudo akraino/repos/ci-management/utils/jenkins-jnlp-connect.sh \ -j /home/jenkins -u jenkins -n -s -b [1] https://github.com/opnfv/releng/blob/master/utils/jenkins-jnlp-connect.sh Change-Id: I7289a06a13deb3626a4c37147d6fb8b5fdd0e5ff Signed-off-by: Cristina Pauna ---