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

update manager

parent 80f69a09
Branches
No related tags found
No related merge requests found
......@@ -25,13 +25,16 @@ pipeline {
stage('deploy') {
steps {
sh 'echo $HOSTNAME'
dir('/') {
sh 'ls- l'
}
dir('/home') {
sh 'ls- l'
}
sh 'pwd'
sh 'cd /'
sh 'pwd'
// sh 'echo $HOSTNAME'
// dir('/') {
// sh 'ls- l'
// }
// dir('/home') {
// sh 'ls- l'
// }
// dir('/home/kube/staging') {
// sh 'git pull'
// sh 'kubectl delete -f dawn-manager'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment