Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
clean workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
nmcc1212 committed Dec 7, 2023
1 parent e518210 commit a39a191
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions JenkinsFile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ pipeline {
agent any
tools {nodejs "NodeJS"}
stages {
stage('Clean Workspace') {
steps {
// Clean workspace before build
cleanWs()
}
}
stage('Clone Repository') {
steps {
// Clone the repository
Expand Down

0 comments on commit a39a191

Please sign in to comment.