Skip to content

Commit

Permalink
hotfix: always build
Browse files Browse the repository at this point in the history
  • Loading branch information
lemeurherve authored Dec 18, 2023
1 parent 2ae7bb2 commit 1c1edbf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ pipeline {
}
}

stage('Build PR') {
when { changeRequest() }
stage('Build') {
environment {
DISABLE_SEARCH_ENGINE = 'true'
NODE_ENV = 'development'
Expand Down

0 comments on commit 1c1edbf

Please sign in to comment.