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 { ...@@ -27,12 +27,10 @@ pipeline {
steps { steps {
sh 'whoami' sh 'whoami'
sh 'pwd' sh 'pwd'
dir('/home') {
sh 'ls l'
sh 'ls -l'
}
sh ''' sh '''
cd /home/kube cd /home/
pwd
ls -l
''' '''
// 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