We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5c380e commit e35ff2cCopy full SHA for e35ff2c
jenkins/config.go
@@ -21,6 +21,7 @@ import "github.com/go-atomci/workflow"
21
// CommonContext ..
22
type CommonContext struct {
23
Namespace string
24
+ PodName string
25
}
26
27
// CallbackRequest ..
jenkins/templates/cipipeline.go
@@ -27,6 +27,7 @@ apiVersion: v1
kind: Pod
28
metadata:
29
namespace: {{ .Namespace }}
30
+ name: {{ .PodName }}
31
spec:
32
containers:
33
{{- range $i, $item := .ContainerTemplates }}
jenkins/templates/deploy.go
0 commit comments