From 5621a2aca26a8329f1651573d0aa98251d04a5dc Mon Sep 17 00:00:00 2001 From: fernando Date: Sat, 5 Oct 2024 00:20:52 +0000 Subject: [PATCH] Update Jenkinsfile.groovy --- Jenkinsfile.groovy | 5 +++++ 1 file changed, 5 insertions(+) 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'