Jenkinsfile { stages { stage('deploy') { steps { echo 'hello deploy git loool' } } } }