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
chat: | |
kind: slack | |
url: http://kubernetes.slack.com/ | |
developerChannel: '#jenkins-x-dev' | |
userChannel: '#jenkins-x-user' | |
buildPack: none | |
pipelineConfig: | |
pipelines: | |
pullRequest: | |
pipeline: |
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
chat: | |
kind: slack | |
url: http://kubernetes.slack.com/ | |
developerChannel: '#jenkins-x-dev' | |
userChannel: '#jenkins-x-user' | |
buildPack: none | |
pipelineConfig: | |
pipelines: | |
pullRequest: | |
pipeline: |
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
chat: | |
kind: slack | |
url: http://kubernetes.slack.com/ | |
developerChannel: '#jenkins-x-dev' | |
userChannel: '#jenkins-x-user' | |
buildPack: none | |
pipelineConfig: | |
pipelines: | |
pullRequest: | |
pipeline: |
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: tekton.dev/v1alpha1 | |
kind: PipelineRun | |
metadata: | |
creationTimestamp: null | |
labels: | |
branch: tekton1 | |
build-number: "1" | |
jenkins.io/pipeline-from-yaml: "true" | |
owner: jenkins-x | |
repo: jx |
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: tekton.dev/v1alpha1 | |
kind: PipelineRun | |
metadata: | |
creationTimestamp: null | |
labels: | |
branch: tekton1 | |
jenkins.io/pipeline-from-yaml: "true" | |
owner: jenkins-x | |
repo: jx | |
name: jenkins-x-jx-tekton1 |
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
pipelineConfig: | |
pipelines: | |
release: | |
pipeline: | |
agent: | |
image: rawlingsj/executor:dev31 | |
stages: | |
- name: next-version | |
environment: | |
- name: GIT_COMMITTER_EMAIL |
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
------------------------------------------------- | |
Started Sonatype Nexus OSS 3.14.0-04 | |
------------------------------------------------- | |
2019-01-21 11:47:28,653+0000 INFO [quartz-3-thread-1] *SYSTEM org.sonatype.nexus.repository.search.SearchFacetImpl - Rebuilding index of repository jitpack | |
2019-01-21 11:47:28,660+0000 INFO [elasticsearch[49E415B6-A8852221-D644FF5F-215A4DB3-ED06CA6B][clusterService#updateTask][T#1]] *SYSTEM org.elasticsearch.cluster.routing.allocation - [49E415B6-A8852221-D644FF5F-215A4DB3-ED06CA6B] Cluster health status changed from [RED] to [GREEN] (reason: [shards started [[73ae44bc066b6a7a33b4435641d8229b9b66495a][0]] ...]). | |
2019-01-21 11:47:28,707+0000 INFO [elasticsearch[49E415B6-A8852221-D644FF5F-215A4DB3-ED06CA6B][clusterService#updateTask][T#1]] *SYSTEM org.elasticsearch.cluster.metadata - [49E415B6-A8852221-D644FF5F-215A4DB3-ED06CA6B] [d683c9c040bbb7ed84f50ff25f87c780a4575bf7] creating index, cause [api], templates [], shards [1]/[0], mappings [component] | |
2019-01-21 11:47:28,7 |
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
jenkins: | |
Master: | |
ContainerEnv: | |
GIT_SSL_NO_VERIFY: "true" | |
Agent: | |
PodTemplates: | |
Maven: | |
EnvVars: | |
JENKINS_URL: http://jenkins:8080 | |
_JAVA_OPTIONS: '-XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap -Dsun.zip.disableMemoryMapping=true -XX:+UseParallelGC -XX:MinHeapFreeRatio=5 -XX:MaxHeapFreeRatio=10 -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -Xms10m -Xmx192m' |
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
docker-registry: | |
service: | |
annotations: | |
fabric8.io/ingress.annotations: "kubernetes.io/ingress.class: nginx\nnginx.ingress.kubernetes.io/proxy-body-size: 2g" | |
kubernetes-dashboard: | |
serviceAnnotations: | |
fabric8.io/ingress.annotations: "kubernetes.io/ingress.class: nginx\nnginx.ingress.kubernetes.io/auth-type: basic\nnginx.ingress.kubernetes.io/auth-secret: jx-basic-auth" | |
nexus: |
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 | |
kind: ConfigMap | |
metadata: | |
name: plugins | |
data: | |
plugins.yaml: "" |