static code metrix
This commit is contained in:
parent
66d4b77286
commit
1f9d71d611
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -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
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user