Skip to content

Commit

Permalink
fix: configure changeset for backend pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
annleefores committed Dec 1, 2023
1 parent 5743658 commit 86bb419
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions server/backend/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ pipeline {
}
}

// Only run when there is file changes in specified folder
when { changeset 'server/backend/**/*' }

stages {
stage('sonarqube') {
steps{
Expand Down

0 comments on commit 86bb419

Please sign in to comment.