pact-test Sync Repo
This commit is contained in:
parent
a04c37e9d1
commit
8c6713bd4e
14
Jenkinsfile
vendored
14
Jenkinsfile
vendored
@ -21,7 +21,7 @@ pipeline {
|
||||
// }
|
||||
// }
|
||||
steps {
|
||||
git 'https://github.com/mabayhan/sonarqubejava'
|
||||
git 'https://forge.bayhan.ca/mali/sonarqubejava'
|
||||
sh 'mvn -Dmaven.test.failure.ignore=true clean package'
|
||||
}
|
||||
|
||||
@ -34,7 +34,6 @@ pipeline {
|
||||
}
|
||||
|
||||
stage('Static Code Analysis') {
|
||||
|
||||
// maven:start
|
||||
// agent {
|
||||
// docker {
|
||||
@ -48,10 +47,9 @@ pipeline {
|
||||
sh 'mvn sonar:sonar'
|
||||
echo '############### MAVEN END #################'
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// maven:end
|
||||
// maven:end
|
||||
}
|
||||
|
||||
// stage('Pact'){
|
||||
@ -62,9 +60,9 @@ pipeline {
|
||||
// // }
|
||||
// // }
|
||||
|
||||
// steps{
|
||||
// sh 'mvn pact:publish -Dpact.consumer.version=${GIT_COMMIT} -Dpact.tag=${BRANCH_NAME}'
|
||||
// }
|
||||
// }
|
||||
// steps{
|
||||
// sh 'mvn pact:publish -Dpact.consumer.version=${GIT_COMMIT} -Dpact.tag=${BRANCH_NAME}'
|
||||
// }
|
||||
// }
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user