SQ 9.7
This commit is contained in:
parent
ef589debe0
commit
5e846c4c27
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
@ -5,6 +5,16 @@ pipeline {
|
|||||||
agent any
|
agent any
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
|
stage('Build') {
|
||||||
|
agent {
|
||||||
|
docker {
|
||||||
|
image "${MAVEN_IMAGE}"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
steps {
|
||||||
|
sh 'mvn clean verify sonar:sonar'
|
||||||
|
}
|
||||||
|
}
|
||||||
stage('Static Code Analysis') {
|
stage('Static Code Analysis') {
|
||||||
agent {
|
agent {
|
||||||
docker {
|
docker {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user