Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
berezovskyi committed Apr 13, 2024
1 parent 4c85b8e commit 177c07f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ pipeline {
}
stages {
stage('SonarCloud') {
when {
triggeredBy 'SCMTrigger'
}
// when {
// triggeredBy 'SCMTrigger'
// }
environment {
PROJECT_NAME = 'lyo'
}
Expand Down

0 comments on commit 177c07f

Please sign in to comment.