Skip to content

Commit

Permalink
Remove externalDelete statements
Browse files Browse the repository at this point in the history
  • Loading branch information
dagardner-nv committed May 16, 2022
1 parent 14e83a9 commit bcd1d68
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ pipeline {
}
steps {
cleanWs(
deleteDirs: true,
externalDelete: 'sudo rm -rf %s'
deleteDirs: true
)
checkout scm
sh "./ci/scripts/jenkins_checks.sh"
Expand All @@ -48,8 +47,7 @@ pipeline {
}
steps {
cleanWs(
deleteDirs: true,
externalDelete: 'sudo rm -rf %s'
deleteDirs: true
)
checkout scm
withCredentials([[
Expand Down Expand Up @@ -81,8 +79,7 @@ pipeline {
}
steps {
cleanWs(
deleteDirs: true,
externalDelete: 'sudo rm -rf %s'
deleteDirs: true
)
checkout scm
withCredentials([[
Expand All @@ -109,8 +106,7 @@ pipeline {
}
steps {
cleanWs(
deleteDirs: true,
externalDelete: 'sudo rm -rf %s'
deleteDirs: true
)
checkout scm
withCredentials([[
Expand All @@ -130,8 +126,7 @@ pipeline {
post {
always {
cleanWs(
deleteDirs: true,
externalDelete: 'sudo rm -rf %s'
deleteDirs: true
)
}
}
Expand Down

0 comments on commit bcd1d68

Please sign in to comment.