Skip to content
Snippets Groups Projects
Commit 3536729a authored by Tucker Gary Siegel's avatar Tucker Gary Siegel
Browse files

update manager

parent 5a0e51a1
No related branches found
No related tags found
No related merge requests found
...@@ -27,8 +27,10 @@ pipeline { ...@@ -27,8 +27,10 @@ pipeline {
steps { steps {
sh 'pwd' sh 'pwd'
sh ''' sh '''
cd / cd /home/kube/staging
pwd git pull
kubectl apply -f dawn-manager
kubectl delete -f dawn-manager
''' '''
// sh 'echo $HOSTNAME' // sh 'echo $HOSTNAME'
// dir('/') { // dir('/') {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment