Skip to content

Commit

Permalink
Execute CC along sanity
Browse files Browse the repository at this point in the history
  • Loading branch information
pzygielo committed Nov 13, 2024
1 parent 07c3d3a commit 525dfb8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ pipeline {
}
}
}
stage('CC and sanity') {
parallel {
stage('sanity') {
stages {
stage('sanity - start and shutdown broker') {
Expand Down Expand Up @@ -292,6 +294,8 @@ pipeline {
sourceInclusionPattern: '**/*.java'
}
}
}
}
stage('Static Analysis') {
failFast true
matrix {
Expand Down

0 comments on commit 525dfb8

Please sign in to comment.