Skip to content

Commit

Permalink
Remove post of CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzhimin committed Nov 21, 2024
1 parent a283686 commit c10b93d
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -138,14 +138,4 @@ pipeline{
}
}
}

post {
always {
script {
if (env.BRANCH_NAME == 'main' || env.BRANCH_NAME == 'dev'){
cleanWs()
}
}
}
}
}

0 comments on commit c10b93d

Please sign in to comment.