Update Jenkinsfile.groovy

This commit is contained in:
fernando 2024-10-05 00:20:52 +00:00
parent 21ccf34862
commit 5621a2aca2

View File

@ -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'