Commit 06dd332b authored by hanbing's avatar hanbing

[update] 测试Jenkins工作目录

parent c480314f
...@@ -5,10 +5,13 @@ pipeline { ...@@ -5,10 +5,13 @@ pipeline {
stages { stages {
stage('检测环境') { stage('检测环境') {
steps { steps {
sh '''java -version sh '''
mvn -v pwd
git version java -version
docker -v''' mvn -v
git version
docker -v
'''
} }
} }
stage('拉取代码') { stage('拉取代码') {
......
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