diff --git a/Jenkinsfile b/Jenkinsfile index e3f38ad..78aef3c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,10 +1,5 @@ -stage('first'){ - node { - sh 'ls' - } -} -stage('second') { - node { - sh 'pwd' +stage('checkout'){ + steps { + checkout scm } } \ No newline at end of file