Browse Source

08jenkins-agent-install-centos.sh

master
lizw 3 years ago
parent
commit
606c6fc857
  1. 4
      00base/08jenkins-agent-install-centos.sh

4
00base/08jenkins-agent-install-centos.sh

@ -412,8 +412,8 @@ if [[ "${INIT_TAG:-}" == "1" ]]; then
[[ "${GIT_TAG:-}" == "1" ]] && { init:git; }
[[ "${JAVA_TAG:-}" == "1" ]] && { init:java; }
[[ -n "${GRADLE_VERSION:-}" ]] && { init:gradle; }
[[ -n "${MAVEN_TAG:-}" ]] && { init:maven; }
[[ -n "${NODEJS_TAG:-}" ]] && { init:nodejs; }
[[ -n "${MAVEN_VERSION:-}" ]] && { init:maven; }
[[ -n "${NODEJS_VERSION:-}" ]] && { init:nodejs; }
else
help::usage
fi

Loading…
Cancel
Save