pipeline { agent any stages { stage('Hello') { steps { echo 'Hello World from app1 on Friday' ls -la pwd } } } }