SQ
This commit is contained in:
parent
73182e90b9
commit
62e4655056
@ -23,6 +23,15 @@ pipeline {
|
|||||||
echo Resources folder was successfully moved to the dist folder.
|
echo Resources folder was successfully moved to the dist folder.
|
||||||
"""
|
"""
|
||||||
}
|
}
|
||||||
|
stage('SCM') {
|
||||||
|
checkout scm
|
||||||
|
}
|
||||||
|
stage('SonarQube Analysis') {
|
||||||
|
def scannerHome = tool 'SQ';
|
||||||
|
withSonarQubeEnv() {
|
||||||
|
sh "${scannerHome}/bin/sonar-scanner"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user