Skip to content

Commit 903de47

Browse files
authored
Merge pull request #4 from tjesser-ucdavis-edu/jenkins
Add cleanWs to post build step
2 parents 266949f + 11ca80c commit 903de47

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Jenkinsfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,6 @@ pipeline {
2020
'''
2121
}
2222
}
23+
24+
post { always { cleanWs() } }
2325
}

0 commit comments

Comments
 (0)