DEV Community

Discussion on: Setting up Jenkins on MicroK8s

Collapse
 
christolb29 profile image
christolb29

Thanks for sharing this.
I got stuck for few hours into some parsing errors when using your pipeline yaml :

image: lachlanevenson/k8s-kubectl:v1.14.0 // use a version that matches your K8s version

The // provokes parsing error ^

Collapse
 
psfeng profile image
Pin-Sho Feng

Oh, sorry about that, thanks for reporting, I’ll fix it!