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

update manager

parent 38bb1848
No related branches found
No related tags found
No related merge requests found
......@@ -27,12 +27,10 @@ pipeline {
steps {
sh 'whoami'
sh 'pwd'
dir('/home') {
sh 'ls l'
sh 'ls -l'
}
sh '''
cd /home/kube
cd /home/
pwd
ls -l
'''
// sh 'echo $HOSTNAME'
// dir('/') {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment