static code metrix

This commit is contained in:
shikhar.s 2019-08-27 22:19:31 +05:30
parent 66d4b77286
commit 1f9d71d611
1 changed files with 3 additions and 1 deletions

4
Jenkinsfile vendored
View File

@ -122,7 +122,7 @@ pipeline {
// }
// }
stage('Static code metrics') {
stage('Static code metrics') {
steps {
echo "Raw metrics"
sh ''' source activate ${BUILD_TAG}
@ -166,6 +166,8 @@ pipeline {
subject: "${env.projectName} ${env.JOB_NAME} (${env.BUILD_NUMBER}) build successful",
to: env.emailTo
}
}