We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 742ece8 commit 7da5033Copy full SHA for 7da5033
jenkins/common/evaluate_force.sh
@@ -9,5 +9,9 @@ if test -n "$SOURCE"; then
9
RTA_ARGS+=(--source "$SOURCE" --other-source "$SOURCE")
10
fi
11
else
12
- RTA_ARGS+=(--remote-host 172.17.4.0)
+ if test -n "$OLD_SOURCE$NEW_SOURCE"; then
13
+ RTA_ARGS+=(--old-source "$OLD_SOURCE" --new-source "$NEW_SOURCE")
14
+ else
15
+ RTA_ARGS+=(--remote-host 172.17.4.0)
16
+ fi
17
0 commit comments