增加官网的dockerfile
This commit is contained in:
@@ -110,11 +110,6 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Maven 编译') {
|
||||
steps {
|
||||
sh "cd ${WORKSPACE}/ && mvn clean install -Dmaven.test.skip=true"
|
||||
}
|
||||
}
|
||||
stage('登录容器仓库') {
|
||||
steps {
|
||||
withCredentials([usernamePassword(
|
||||
|
||||
Reference in New Issue
Block a user