Skip to content
Snippets Groups Projects
Commit 43e0807b authored by Gioacchino Vino's avatar Gioacchino Vino
Browse files

Enable second worker

parent 7388487f
No related branches found
No related tags found
1 merge request!126Debug paas ci
......@@ -44,6 +44,11 @@ pipeline {
'''
}
}
post {
failure {
emailext body: '$DEFAULT_CONTENT', subject: '$PROJECT_NAME - Build # $BUILD_NUMBER: Error during environmenti checking!', to: '$DEFAULT_RECIPIENTS'
}
}
}
stage ('Create test deployment'){
steps {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment