diff --git a/Jenkinsfile.groovy b/Jenkinsfile.groovy index f6cce5e..ecbe345 100644 --- a/Jenkinsfile.groovy +++ b/Jenkinsfile.groovy @@ -5,6 +5,11 @@ pipeline { } } stages { + stage('Clone Repository') { + steps { + git url: 'http://gitea:3333/fernando/thp-web.git', branch: 'master' + } + } stage('Install pnpm') { steps { sh 'npm i -g pnpm'