moves jenkinsfile hash sign
All checks were successful
gitea-physics/pysuperconductor/pipeline/head This commit looks good

This commit is contained in:
Deepak Mallubhotla 2020-11-24 19:14:42 -06:00
parent 33b58a2afb
commit 7a5658c8ea

2
Jenkinsfile vendored
View File

@ -63,7 +63,7 @@ pipeline {
junit 'pytest.xml' junit 'pytest.xml'
cobertura coberturaReportFile: 'coverage.xml' cobertura coberturaReportFile: 'coverage.xml'
mail (bcc: '', mail (bcc: '',
body: "Project: ${env.JOB_NAME} <br>Build Number: #${env.BUILD_NUMBER} <br> Build URL: ${env.BUILD_URL}", cc: '', charset: 'UTF-8', from: 'jenkins@jenkins.deepak.science', mimeType: 'text/html', replyTo: 'dmallubhotla+jenkins@gmail.com', subject: "${env.JOB_NAME} ${env.BUILD_NUMBER}: Build ${currentBuild.currentResult}", to: "dmallubhotla+ci@gmail.com") body: "Project: ${env.JOB_NAME} <br>Build Number: ${env.BUILD_NUMBER} <br> Build URL: ${env.BUILD_URL}", cc: '', charset: 'UTF-8', from: 'jenkins@jenkins.deepak.science', mimeType: 'text/html', replyTo: 'dmallubhotla+jenkins@gmail.com', subject: "${env.JOB_NAME} #${env.BUILD_NUMBER}: Build ${currentBuild.currentResult}", to: "dmallubhotla+ci@gmail.com")
} }
success { success {
echo 'This will run only if successful' echo 'This will run only if successful'