update cloud/Jenkinsfile.

Signed-off-by: newrain001 <newrain_wang@163.com>
master
newrain001 1 year ago committed by Gitee
parent 2512b64b55
commit 5c8fda947a
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
  1. 3
      cloud/Jenkinsfile

3
cloud/Jenkinsfile vendored

@ -1,5 +1,8 @@
pipeline {
agent any
environment {
PATH+EXTRA = "/opt/maven3.8.8/bin:/opt/node/bin"
}
tools {
maven 'maven388'
}

Loading…
Cancel
Save