[Git][qa/jenkins.debian.net][master] djm: restore a special case that was there in deploy_jdn
Mattia Rizzolo (@mattia)
gitlab at salsa.debian.org
Fri Jun 30 10:11:30 BST 2023
Mattia Rizzolo pushed to branch master at Debian QA / jenkins.debian.net
Commits:
374c2255 by Mattia Rizzolo at 2023-06-30T11:11:15+02:00
djm: restore a special case that was there in deploy_jdn
this avoid me having to specify User=root in my ssh config, as I'd like to still be able to more easily log in as myself
Signed-off-by: Mattia Rizzolo <mattia at debian.org>
- - - - -
1 changed file:
- bin/djm
Changes:
=====================================
bin/djm
=====================================
@@ -539,6 +539,9 @@ djm_do() {
else
SHORTNODE="jenkins web UI"
fi
+ if [ "$SHORTNODE" = "jenkins" ]; then
+ NODE=root at jenkins.debian.net
+ fi
# node specific configuration
get_arch_color $NODE
case $SHORTNODE in
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/374c225595b5c8278678474b0eb771d72cc60590
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/374c225595b5c8278678474b0eb771d72cc60590
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20230630/7bc0f7a8/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list