Update jenkinsfile

This commit is contained in:
Mario 2018-11-27 14:28:54 -08:00
parent 45c506f567
commit 5803d4dc19

1
Jenkinsfile vendored
View file

@ -12,6 +12,7 @@ pipeline {
sh ''' sh '''
echo "Multiline shell steps work too" echo "Multiline shell steps work too"
ls -lah ls -lah
pwd
''' '''
} }
} }