Skip to content

Commit

Permalink
Move post within stage
Browse files Browse the repository at this point in the history
  • Loading branch information
Shuchita Khare committed Feb 22, 2024
1 parent 0a5a0c2 commit cbad078
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ pipeline {
}
}
} // steps
post {
cleanup {
xcoreCleanSandbox()
}
} // post
} // stage
post {
cleanup {
xcoreCleanSandbox()
}
}
} // stages
}

0 comments on commit cbad078

Please sign in to comment.