Skip to content

Commit

Permalink
added minikube data cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
abychko committed Jun 3, 2024
1 parent eb52fbc commit 5336fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/Jenkinsfile.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ pipeline {
sh "docker login --username ${DOCKERHUBCREDS_USR} --password ${DOCKERHUBCREDS_PSW}"

echo "Removing all data from previous installation..."
sh "sudo rm -frv /var/lib/docker/volumes/minikube/_data/hostpath-provisioner/*"
sh "sudo rm -frv /var/lib/docker/volumes/minikube/_data/hostpath-provisioner/${HELM_PROJECT}"

}
}
Expand Down

0 comments on commit 5336fb1

Please sign in to comment.