From 38bb1848633c2c2d86b7807f8b3e72c068cd0e80 Mon Sep 17 00:00:00 2001 From: Tucker Siegel <tgsiegel@terpmail.umd.edu> Date: Tue, 11 Oct 2022 13:22:11 -0400 Subject: [PATCH] update manager --- dawn-manager/staging | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/dawn-manager/staging b/dawn-manager/staging index 2ee6e1c..48187cc 100644 --- a/dawn-manager/staging +++ b/dawn-manager/staging @@ -27,9 +27,10 @@ pipeline { steps { sh 'whoami' sh 'pwd' - sh ''' - cd /home/ - ''' + dir('/home') { + sh 'ls l' + sh 'ls -l' + } sh ''' cd /home/kube ''' @@ -37,9 +38,7 @@ pipeline { // dir('/') { // sh 'ls- l' // } - // dir('/home') { - // sh 'ls- l' - // } + // dir('/home/kube/staging') { // sh 'git pull' // sh 'kubectl delete -f dawn-manager' -- GitLab