master- Sync Repo
This commit is contained in:
Vendored
+10
@@ -22,6 +22,16 @@ pipeline {
|
||||
// }
|
||||
}
|
||||
}
|
||||
|
||||
stage('Static Code Analysis') {
|
||||
steps {
|
||||
withSonarQubeEnv('cicd') {
|
||||
sh 'mvn sonar:sonar'
|
||||
}
|
||||
}
|
||||
|
||||
// maven:end
|
||||
}
|
||||
stage('Publish Pacts') {
|
||||
steps {
|
||||
// dir('messaging-app') {
|
||||
|
||||
Reference in New Issue
Block a user