Skip to content

Commit

Permalink
Add the execution of exp design loading script to local DB population
Browse files Browse the repository at this point in the history
  • Loading branch information
ke4 committed Nov 10, 2023
1 parent d50991d commit ec5ec67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ pipeline {

stage('–– Build ––') {
when { anyOf {
branch 'develop'; branch 'main'; branch 'release/*'
branch 'develop'; branch 'main'; branch 'release/*'; branch: 'hotfix/*'
} }
stages {
stage('Provision Node.js build environment') {
Expand Down

0 comments on commit ec5ec67

Please sign in to comment.