ci: refs #6695 Jenkinsfile fixes
gitea/salix/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Juan Ferrer 2025-02-17 12:34:00 +01:00
parent 2e4fb91d77
commit 45e8a0bd8b
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -128,6 +128,7 @@ pipeline {
}
stage('Front') {
steps {
sh 'gulp build'
dockerBuildPush 'front', 'front'
}
}