Added cleanup after pipeline run

This commit is contained in:
Marcin-Ramotowski 2025-05-08 20:56:24 +00:00
parent f0fdccd04d
commit 55718d1d1e

5
Jenkinsfile vendored
View File

@ -20,4 +20,9 @@ pipeline {
} }
} }
} }
post {
cleanup {
sh 'rm -f ~/.kube/config || true'
}
}
} }