Hacker News new | ask | show | jobs
by __warlord__ 2218 days ago
Now it is easier to define your pipelines to use k8s agents.

    podTemplate() {
        node(POD_LABEL) {
            stages {
                ...
For the permissions, you need to do that with ClusterRoles directly in k8s.