更新 'cloud/Jenkinsfile'

master
newrain001 9 months ago
parent 09d23ea043
commit 783355e812
  1. 4
      cloud/Jenkinsfile

4
cloud/Jenkinsfile vendored

@ -41,6 +41,8 @@ pipeline {
name: "maven-repo"
subPath: "settings.xml"
readOnly: true
- mountPath: "/root/.m2"
name: "maven-data"
- name: nodejs
image: node:14
command: ['cat']
@ -85,6 +87,8 @@ pipeline {
- name: maven-repo
configMap:
name: maven-repo
- name: maven-data
hostPath: "/opt/data/m2"
"""
}
}

Loading…
Cancel
Save