Skip to content

Commit

Permalink
Merge pull request #21590 from ixdy/jenkins-job-configs
Browse files Browse the repository at this point in the history
Auto commit by PR queue bot
  • Loading branch information
k8s-merge-robot committed Feb 19, 2016
2 parents 11c7068 + 81e15e8 commit 5918967
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions hack/jenkins/job-configs/global.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,6 @@
- publisher:
name: gcs-uploader
publishers:
# Use the plugin for the build log, since it isn't available on Jenkins slaves.
- google-cloud-storage:
credentials-id: kubernetes-jenkins
uploads:
- build-log:
log-name: build-log.txt
storage-location: gs://kubernetes-jenkins/logs/$JOB_NAME/$BUILD_NUMBER
share-publicly: true
upload-for-failed-jobs: true
# Use our script for build artifacts, since it's more flexible.
- postbuildscript:
builders:
Expand Down Expand Up @@ -58,6 +49,15 @@
- shell: './upload-finished.sh ABORTED'
script-only-if-succeeded: False
script-only-if-failed: False
# Use the plugin for the build log, since it isn't available on Jenkins slaves.
- google-cloud-storage:
credentials-id: kubernetes-jenkins
uploads:
- build-log:
log-name: build-log.txt
storage-location: gs://kubernetes-jenkins/logs/$JOB_NAME/$BUILD_NUMBER
share-publicly: true
upload-for-failed-jobs: true

# Default log parser rules.
- publisher:
Expand Down

2 comments on commit 5918967

@k8s-teamcity-mesosphere

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity OSS :: Kubernetes Mesos :: 4 - Smoke Tests Build 16507 outcome was SUCCESS
Summary: Tests passed: 1, ignored: 234 Build time: 00:04:54

@k8s-teamcity-mesosphere

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity OSS :: Kubernetes Mesos :: 4 - Smoke Tests Build 16504 outcome was SUCCESS
Summary: Tests passed: 1, ignored: 234 Build time: 00:07:16

Please sign in to comment.