Pipeline version 1 pipeline { agent { label "linux" } stages { stage('Hello') { steps { sh ''' aws --version '''