master- Sync Repo
This commit is contained in:
parent
26c3813043
commit
d4cb80be69
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') {
|
stage('Publish Pacts') {
|
||||||
steps {
|
steps {
|
||||||
// dir('messaging-app') {
|
// dir('messaging-app') {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user