diff --git a/Jenkinsfile b/Jenkinsfile index c88d46e..8558e30 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,6 +6,7 @@ pipeline { script { // <--- Added script block if (isUnix()) { echo "Unix" + sh 'ls -lha' } else { echo "Windows" }