File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed
internal/pkg/show/config/plugins Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 11kind : Cluster
22apiVersion : kind.x-k8s.io/v1alpha4
33nodes :
4- - role : control-plane
5- extraPortMappings :
6- - containerPort : 8080
7- hostPort : 8080
8- listenAddress : " 0.0.0.0"
9- protocol : tcp
4+ - role : control-plane
5+ extraPortMappings :
6+ - containerPort : 8080
7+ hostPort : 8080
8+ listenAddress : " 0.0.0.0"
9+ protocol : tcp
Original file line number Diff line number Diff line change 88 # options for the plugin
99 options :
1010 ci :
11- configLocation : Jenkinsfile
11+ configLocation : Jenkinsfile
1212 # support jenkins/gitlab/github for now
1313 type : jenkins
1414 projectRepo :
Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ tools:
2323 tags : " YOUR_GITLAB_RUNNER_TAG"
2424 # Package step will run on the specified branchs, default use "main"
2525 allowedBranch :
26- - " main"
27- - " test"
28- # Customized pipeline scripts. Leave it blank to use default value.
26+ - " main"
27+ - " test"
28+ # Customized pipeline scripts. Leave it blank to use default value.
2929 scriptCommand :
30- - " YOUR_PACKAGE_SCRIPTS"
30+ - " YOUR_PACKAGE_SCRIPTS"
3131 build :
3232 # Same as above
3333 baseOption :
You can’t perform that action at this time.
0 commit comments