pipeline { agent any stages { stage('Init') { steps { sh 'rbenv local 3.2.2' } } }