Skip to content

Commit

Permalink
TRITON-2304 New image server names (fix Jenkins)
Browse files Browse the repository at this point in the history
Reviewed by: Brian Bennett <brian.bennett@joyent.com>
  • Loading branch information
danmcd authored Jun 23, 2022
1 parent 6f5e3ac commit 2ce0c55
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tools/releng/manage-jenkins-view
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

#
# Copyright 2020 Joyent, Inc.
# Copyright 2022 MNX Cloud, Inc.
#

#
Expand Down Expand Up @@ -69,7 +70,7 @@ if [[ -z "$CREATE" && -z "$DESTROY" ]]; then
fi

if [[ -z $JENKINS_URL ]]; then
JENKINS_URL=https://jenkins.joyent.us
JENKINS_URL=https://jenkins.tritondatacenter.com
fi

if [[ -z $JENKINS_AUTH ]]; then
Expand Down Expand Up @@ -100,4 +101,4 @@ elif [[ -n "$DESTROY" ]]; then
--user "$JENKINS_AUTH" \
-F Submit=Yes

fi
fi

0 comments on commit 2ce0c55

Please sign in to comment.