更新 'Jenkinsfile'

main
newrain001 9 months ago
parent ab36cbc23a
commit 8478a926e6
  1. 1
      Jenkinsfile

1
Jenkinsfile vendored

@ -2,6 +2,7 @@ pipeline {
agent any
environment {
DOCKER_HOST = "tcp://192.168.75.149:2375"
DOCKER_IMAGE = "my-web-app:latest"
K8S_DEPLOYMENT_NAME = "my-web-app-deployment"
}

Loading…
Cancel
Save