master- Sync Repo
This commit is contained in:
10
jenkins/cd/Jenkinsfile
vendored
10
jenkins/cd/Jenkinsfile
vendored
@@ -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