Browse Source

add success url when jenkins build end

dev
domsgit 5 years ago
parent
commit
78ff711abf
1 changed files with 1 additions and 0 deletions
  1. 1
      Jenkinsfile

1
Jenkinsfile

@ -78,5 +78,6 @@ node('haimaxy-jnlp') {
// input "确认要部署线上环境吗?"
//}
sh "kubectl apply -f k8s.yaml"
echo "http://192.168.0.170:30010"
}
}
Loading…
Cancel
Save