diff --git a/Jenkinsfile b/Jenkinsfile index 7613961..b2da375 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,6 +12,7 @@ pipeline { sh ''' echo "Multiline shell steps work too" ls -lah + pwd ''' } }