Added cleanup after pipeline run
This commit is contained in:
parent
f0fdccd04d
commit
55718d1d1e
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -20,4 +20,9 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
post {
|
||||||
|
cleanup {
|
||||||
|
sh 'rm -f ~/.kube/config || true'
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user