Clean up the workspaces at the end for every job

This commit is contained in:
William Giokas 2018-06-29 12:07:08 -06:00 committed by rallytime
parent aa68aa774a
commit 9fc7815594
No known key found for this signature in database
GPG key ID: E8F1A4B90D0DEA19
6 changed files with 16 additions and 0 deletions

View file

@ -27,6 +27,9 @@ pipeline {
}
}
post {
always {
cleanWs()
}
success {
githubNotify credentialsId: 'test-jenkins-credentials',
description: 'The docs job has passed',

View file

@ -46,6 +46,9 @@ pipeline {
}
}
post {
always {
cleanWs()
}
success {
githubNotify credentialsId: 'test-jenkins-credentials',
description: "The ${TEST_SUITE}-${TEST_PLATFORM} job has passed",

View file

@ -46,6 +46,9 @@ pipeline {
}
}
post {
always {
cleanWs()
}
success {
githubNotify credentialsId: 'test-jenkins-credentials',
description: "The ${TEST_SUITE}-${TEST_PLATFORM} job has passed",

View file

@ -46,6 +46,9 @@ pipeline {
}
}
post {
always {
cleanWs()
}
success {
githubNotify credentialsId: 'test-jenkins-credentials',
description: "The ${TEST_SUITE}-${TEST_PLATFORM} job has passed",

View file

@ -46,6 +46,9 @@ pipeline {
}
}
post {
always {
cleanWs()
}
success {
githubNotify credentialsId: 'test-jenkins-credentials',
description: "The ${TEST_SUITE}-${TEST_PLATFORM} job has passed",

View file

@ -48,6 +48,7 @@ pipeline {
unstableTotalAll: '999',
usePreviousBuildAsReference: true
])
cleanWs()
}
success {
githubNotify credentialsId: 'test-jenkins-credentials',