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 cb4a6db commit 19bfd69Copy full SHA for 19bfd69
scripts/upgrade/upgrade_build_gradle.sh
@@ -28,6 +28,7 @@ trap cleanup_temp_on EXIT
28
source env.sh
29
#set password if using vagrant
30
[ -n "${VAGRANT_JENKINS}" ] && source "${SCRIPT_LIBRARY_PATH}/vagrant-env.sh"
31
+[ -n "${DOCKER_JENKINS}" ] && source "${SCRIPT_LIBRARY_PATH}/docker-env.sh"
32
33
#protect user from accidentally upgrading a remote Jenkins
34
#this should always be localhost
0 commit comments