8713-testToMaster #3523

Merged
alexm merged 383 commits from 8713-testToMaster into master 2025-03-04 06:52:15 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 45e8a0bd8b - Show all commits

1
Jenkinsfile vendored
View File

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