pipeline { agent any stages { stage('stage 1') { steps { echo "Stein Front Push" } } } }