pipeline {
agent any
stages {
stage('Hello') {
steps {
echo 'Hello World'
sh label:'Label only for make change', script: 'whoami'
}