Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavyapandey authored May 13, 2022
1 parent 4b4900d commit 5ac8995
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,12 @@ pipeline{
}
}
}
post{
always{
script{
echo '''this is always executed '''
cleanWs()
}
}
}
}

0 comments on commit 5ac8995

Please sign in to comment.