Skip to content

Commit

Permalink
Updated Jenkinsfile - Removed cleanWs to the Prepare stage since it b…
Browse files Browse the repository at this point in the history
…reaks following stages
  • Loading branch information
b1quint committed Mar 25, 2021
1 parent 9e37cc5 commit bec69ab
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ pipeline {
agent{ label "centos7" }
steps{
sendNotifications 'STARTED'
// Clean workspace before build
cleanWs()
}
}

Expand Down

0 comments on commit bec69ab

Please sign in to comment.