master
Araozu 2024-02-29 10:59:33 -05:00
parent 0a13ec9e6f
commit c27c2fd3fe
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -21,7 +21,7 @@ pipeline {
}
}
}
stage('Build frontend') {
stage('Build backend') {
steps {
dir("srv") {
sh 'pnpm build'