Commit 058e3ebc authored by hanbing's avatar hanbing

配置Jenkins

parent b5aceb33
...@@ -5,7 +5,9 @@ pipeline { ...@@ -5,7 +5,9 @@ pipeline {
stages { stages {
stage('检测环境') { stage('检测环境') {
steps { steps {
sh '''java -version sh '''
echo $JAVA_HOME
java -version
mvn -v mvn -v
git version git version
docker -v''' docker -v'''
......
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