Commit 59c27a5b authored by S M Y's avatar S M Y
Browse files

Removing installation folder

parent e302e6f2
No related merge requests found
Showing with 3 additions and 0 deletions
+3 -0
......@@ -8,6 +8,9 @@ node() {
String ANSI_YELLOW = "\u001B[33m"
stage('checkout utils repo') {
sh """
sudo rm -rf offline-installer-repo
"""
cleanWs()
checkout scm
sh """
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment