154 B
154 B
pipeline { agent any stages { stage('Stage 1') { steps { echo 'Hello world!' } } } }
pipeline { agent any stages { stage('Stage 1') { steps { echo 'Hello world!' } } } }