An error occurred
@ -0,0 +1,10 @@
pipeline {
agent any
stages {
stage('build') {
steps {
sh 'git status'
}