View Jenkins file
```#!groovy | |
// define the images and resources to be used in running the pipeline | |
pipeline { | |
agent { | |
kubernetes { | |
label 'proj-backend-agent' | |
defaultContainer 'jnlp' | |
yaml """ | |
apiVersion: v1 |