|---|---| | App | %s | | Version | %s | | Description | %s | | Chart Repository | %s |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This is a CRD that defines a shared config. Would be stored in environment repo in gitops mode. | |
allRepos: &allRepos | |
branch-protection: | |
protect: true | |
owners_dir_blacklist: | |
default: null | |
repos: null | |
prowjob_namespace: jx | |
pod_namespace: jx | |
push_gateway: {} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
go: modules disabled by GO111MODULE=off; see 'go help modules' | |
CGO_ENABLED=0 GO111MODULE=on GO15VENDOREXPERIMENT=1 go build -ldflags " -X github.com/jenkins-x/jx/pkg/version.Version=1.3.818-dev+480829ff4 -X github.com/jenkins-x/jx/pkg/version.Revision='480829ff4' -X github.com/jenkins-x/jx/pkg/version.Branch='mem1' -X github.com/jenkins-x/jx/pkg/version.BuildDate='20190131-14:31:13' -X github.com/jenkins-x/jx/pkg/version.GoVersion='1.11.4'" -toolexec '/usr/local/bin/gtime -v' -o build/jx \ | |
cmd/jx/jx.go | |
# github.com/jenkins-x/jx/pkg/util | |
Command being timed: "/usr/local/Cellar/go/1.11.4/libexec/pkg/tool/darwin_amd64/compile -o $WORK/b554/_pkg_.a -trimpath $WORK/b554 -p github.com/jenkins-x/jx/pkg/util -complete -buildid cIsmZeq9A7CsQc9_SYyC/cIsmZeq9A7CsQc9_SYyC -goversion go1.11.4 -D -importcfg $WORK/b554/importcfg -pack -c=4 pkg/util/auth.go pkg/util/cache.go pkg/util/color.go pkg/util/commands.go pkg/util/date.go pkg/util/dirs.go pkg/util/downloads.go pkg/util/environ.go pkg/util/error.go pkg/util/files.g |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Created Pull Request: https://github.beescloud.com/****/environment-bdd-ghe-jx-pr-2906-19-staging/pull/1 | |
Failed to update PipelineActivity: PipelineActivity.jenkins.io "jenkins-x-tests-bdd-spring-1548860997-master-1" is invalid: []: Invalid value: map[string]interface {}{"status":map[string]interface {}{}, "kind":"PipelineActivity", "apiVersion":"jenkins.io/v1", "metadata":map[string]interface {}{"name":"jenkins-x-tests-bdd-spring-1548860997-master-1", "generation":1, "clusterName":"", "selfLink":"/apis/jenkins.io/v1/namespaces/bdd-ghe-jx-pr-2906-19/pipelineactivities/jenkins-x-tests-bdd-spring-1548860997-master-1", "uid":"71cd19ed-24a1-11e9-81ae-42010a840185", "resourceVersion":"67764079", "creationTimestamp":"2019-01-30T15:12:22Z", "labels":map[string]interface {}{"owner":"jenkins-x-tests", "sourcerepository":"bdd-spring-1548860997", "branch":"master"}, "namespace":"bdd-ghe-jx-pr-2906-19"}, "spec":map[string]interface {}{"gitRepository":"bdd-spring-1548860997", "buildUrl":"http://jenkins.bdd-ghe-jx-pr-2906 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jacoco: | |
execPath: /path/to/jacoco.exec | |
execlusionPattern: "*Test" | |
breakBuild: instructionCoverage > 50% |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: v1 | |
items: | |
- apiVersion: apiextensions.k8s.io/v1beta1 | |
kind: CustomResourceDefinition | |
metadata: | |
creationTimestamp: "2018-12-11T14:07:37Z" | |
generation: 3 | |
name: apps.jenkins.io | |
resourceVersion: "13970195" | |
selfLink: /apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions/apps.jenkins.io |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
✘ pmuir:tmp ➭ helm fetch --repo https://demo:[email protected] cloudbees-apps | |
✔ pmuir:tmp ➭ ls | |
cloudbees-apps-0.0.33.tgz jx-app-cheese jx-app-cheese-0.0.26.tgz uiextension.yaml | |
✔ pmuir:tmp ➭ tar -xvzf cloudbees-apps-0.0.33.tgz | |
x cloudbees-apps/Chart.yaml | |
x cloudbees-apps/values.yaml | |
x cloudbees-apps/.helmignore | |
x cloudbees-apps/Makefile | |
x cloudbees-apps/README.md | |
x cloudbees-apps/repository/jenkins-x-extensions-repository.lock.yaml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Pipeline] { (Declarative: Checkout SCM) | |
141.709 [id=68] WARNING o.j.plugins.workflow.cps.DSL#invokeStep: Error storing the arguments for step: checkout | |
org.kohsuke.stapler.NoStaplerConstructorException: There's no @DataBoundConstructor on any constructor of class io.jenkins.jenkinsfile.runner.FileSystemSCM | |
at org.kohsuke.stapler.ClassDescriptor.loadConstructorParamNames(ClassDescriptor.java:265) | |
at org.jenkinsci.plugins.structs.describable.DescribableModel.<init>(DescribableModel.java:144) | |
at org.jenkinsci.plugins.structs.describable.DescribableModel.of(DescribableModel.java:114) | |
at org.jenkinsci.plugins.workflow.cps.actions.ArgumentsActionImpl.sanitizeObjectAndRecordMutation(ArgumentsActionImpl.java:294) | |
at org.jenkinsci.plugins.workflow.cps.actions.ArgumentsActionImpl.sanitizeMapAndRecordMutation(ArgumentsActionImpl.java:386) | |
at org.jenkinsci.plugins.workflow.cps.actions.ArgumentsActionImpl.<init>(ArgumentsActionImpl.java:74) | |
at org.jenkinsci.plugins.workflow.cps.DSL.invokeStep(DSL.java:245) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"apiVersion":"cloudbees.com/v1", | |
"items":[ | |
{ | |
"apiVersion":"cloudbees.com/v1", | |
"kind":"UIExtension", | |
"metadata":{ | |
"annotations":{ | |
"kubectl.kubernetes.io/last-applied-configuration":"{\"apiVersion\":\"cloudbees.com/v1\",\"kind\":\"UIExtension\",\"metadata\":{\"annotations\":{},\"labels\":{\"chart\":\"jx-app-cheese-0.1.0-SNAPSHOT\"},\"name\":\"temp-jx-app-cheese\",\"namespace\":\"dev1\"},\"spec\":{\"scripts\":[{\"url\":\"https://cdn.jsdelivr.net/gh/imeredith/js-host/app.js\"}]}}\n" | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Source: jx-app-cheese/templates/uiextension.yaml | |
apiVersion: cloudbees.com/v1 | |
kind: UIExtension | |
metadata: | |
name: temp-jx-app-cheese | |
labels: | |
chart: "jx-app-cheese-0.1.0-SNAPSHOT" | |
spec: | |
scripts: | |
- url: https://cdn.jsdelivr.net/gh/imeredith/js-host/app.js |