[Qa-jenkins-scm] [jenkins.debian.net] 02/02: Also add jenkins.d.n itself to the known nodes
Mattia Rizzolo
mattia at debian.org
Thu Apr 5 17:27:17 UTC 2018
This is an automated email from the git hooks/post-receive script.
mattia pushed a commit to branch master
in repository jenkins.debian.net.
commit f593f9eced66e51f7f53028321b227a08112fb13
Author: Mattia Rizzolo <mattia at debian.org>
Date: Thu Apr 5 19:26:25 2018 +0200
Also add jenkins.d.n itself to the known nodes
nothing should be actually using it, but it makes the life of the things
like the "is this node running in the future"-checks much easier.
Signed-off-by: Mattia Rizzolo <mattia at debian.org>
---
bin/jenkins_node_definitions.sh | 3 +++
1 file changed, 3 insertions(+)
diff --git a/bin/jenkins_node_definitions.sh b/bin/jenkins_node_definitions.sh
index 5f2392d..bfe71fe 100755
--- a/bin/jenkins_node_definitions.sh
+++ b/bin/jenkins_node_definitions.sh
@@ -184,6 +184,9 @@ get_node_ssh_port() {
codethink-sled16*)
PORT=10116
;;
+ jenkins|jenkins.debian.net)
+ PORT=22
+ ;;
*)
echo >&2 "Unknown node $NODE_NAME."
exit 1
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list