pipeline { agent any stages { stage ('start') { steps { echo 'Inciaindo pipeline no jenkins' } } } }
info at phpclasses dot org