This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
develop
/
digimeta-MultiSaas
Watch
12
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
149
Wiki
Activity
Browse Source
yinruoxi:
1.上传jenkins文件
tags/v0.8.0a
kira
2 years ago
parent
fc25625e05
commit
1aa0dadb91
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Jenkinsfile
+ 1
- 1
Jenkinsfile
View File
@@ -17,7 +17,7 @@ node {
sh 'mvn clean package'
} else {
echo "打包子目录 ${project_name}"
sh "mvn
-f ${project_name}
clean package"
sh "mvn clean package"
}
//echo "把jar上传镜像仓库"
//def oldImageName = "${project_name}:latest"
Write
Preview
Loading…
Cancel
Save