remove specific emailing from Jenkinsfile for xaibox
This commit is contained in:
15
dockerfiles/services/nextcloud/Jenkinsfile
vendored
15
dockerfiles/services/nextcloud/Jenkinsfile
vendored
@@ -59,19 +59,4 @@ pipeline {
|
||||
}
|
||||
|
||||
}
|
||||
post {
|
||||
always {
|
||||
emailext attachLog: true,
|
||||
to: ${DEFAULT_RECIPIENTS}
|
||||
}
|
||||
unsuccessful {
|
||||
emailext attachLog: true,
|
||||
to: ${DEFAULT_RECIPIENTS}
|
||||
}
|
||||
changed {
|
||||
emailext attachLog: true,
|
||||
to: ${DEFAULT_RECIPIENTS}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user