Commit 06dd332b authored by hanbing's avatar hanbing

[update] 测试Jenkins工作目录

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