Commit e629c448 authored by hanbing's avatar hanbing

配置Jenkins

parent 058e3ebc
...@@ -6,7 +6,7 @@ pipeline { ...@@ -6,7 +6,7 @@ pipeline {
stage('检测环境') { stage('检测环境') {
steps { steps {
sh ''' sh '''
echo $JAVA_HOME echo ${JAVA_HOME}
java -version java -version
mvn -v mvn -v
git version git version
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment