Created
May 17, 2019 09:53
-
-
Save pmuir/7a86a5b829ee4d70b0d4cade78783a17 to your computer and use it in GitHub Desktop.
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
? Which pipeline do you want to view the logs of?: dev1/environment-bdd-ghe-jx-pr-3888-35-staging/PR-1 | |
view the log at: http://jenkins.bdd-ghe-jx-pr-3888-35.35.205.242.160.nip.io/job/dev1/job/environment-bdd-ghe-jx-pr-3888-35-staging/job/PR-1/1/console | |
tailing the log of dev1/environment-bdd-ghe-jx-pr-3888-35-staging/PR-1 #1 | |
Pull request #1 opened | |
Connecting to https://github.beescloud.com/api/v3 using dev1/****** (API Token for acccessing https://github.beescloud.com Git service inside pipelines) | |
Obtained Jenkinsfile from 5b4662e8805de3037a4a84fcda49744cc6ed1e17 | |
Running in Durability level: MAX_SURVIVABILITY | |
[Pipeline] node | |
Still waiting to schedule task | |
Waiting for next available executor on ‘maven-0bp8f’ | |
Agent maven-p0502 is provisioned from template Kubernetes Pod Template | |
Agent specification [Kubernetes Pod Template] (jenkins-maven): | |
* [jnlp] jenkinsci/jnlp-slave:3.26-1-alpine(resourceRequestCpu: 100m, resourceRequestMemory: 128Mi) | |
* [maven] jenkinsxio/builder-maven:0.0.0-SNAPSHOT-PR-3888-35(resourceRequestCpu: 400m, resourceRequestMemory: 512Mi, resourceLimitCpu: 1, resourceLimitMemory: 1024Mi) | |
Running on maven-p0502 in /home/jenkins/workspace/d-ghe-jx-pr-3888-35-staging_PR-1 | |
[Pipeline] { | |
[Pipeline] stage | |
[Pipeline] { (Declarative: Checkout SCM) | |
[Pipeline] checkout | |
Cloning the remote Git repository | |
Cloning with configured refspecs honoured and without tags | |
Cloning repository https://github.beescloud.com/dev1/environment-bdd-ghe-jx-pr-3888-35-staging.git | |
> git init /home/jenkins/workspace/d-ghe-jx-pr-3888-35-staging_PR-1 # timeout=10 | |
Fetching upstream changes from https://github.beescloud.com/dev1/environment-bdd-ghe-jx-pr-3888-35-staging.git | |
> git --version # timeout=10 | |
using GIT_ASKPASS to set credentials API Token for acccessing https://github.beescloud.com Git service inside pipelines | |
> git fetch --no-tags --progress https://github.beescloud.com/dev1/environment-bdd-ghe-jx-pr-3888-35-staging.git +refs/pull/1/head:refs/remotes/origin/PR-1 | |
Fetching without tags | |
Checking out Revision 5b4662e8805de3037a4a84fcda49744cc6ed1e17 (PR-1) | |
> git config remote.origin.url https://github.beescloud.com/dev1/environment-bdd-ghe-jx-pr-3888-35-staging.git # timeout=10 | |
> git config --add remote.origin.fetch +refs/pull/1/head:refs/remotes/origin/PR-1 # timeout=10 | |
> git config remote.origin.url https://github.beescloud.com/dev1/environment-bdd-ghe-jx-pr-3888-35-staging.git # timeout=10 | |
Fetching upstream changes from https://github.beescloud.com/dev1/environment-bdd-ghe-jx-pr-3888-35-staging.git | |
using GIT_ASKPASS to set credentials API Token for acccessing https://github.beescloud.com Git service inside pipelines | |
> git fetch --no-tags --progress https://github.beescloud.com/dev1/environment-bdd-ghe-jx-pr-3888-35-staging.git +refs/pull/1/head:refs/remotes/origin/PR-1 | |
> git config core.sparsecheckout # timeout=10 | |
> git checkout -f 5b4662e8805de3037a4a84fcda49744cc6ed1e17 | |
Commit message: "Promote bdd-spring-1558086127 to version 0.0.1" | |
First time build. Skipping changelog. | |
[Pipeline] } | |
[Pipeline] // stage | |
[Pipeline] withEnv | |
[Pipeline] { | |
[Pipeline] withEnv | |
[Pipeline] { | |
[Pipeline] stage | |
[Pipeline] { (Validate Environment) | |
[Pipeline] container | |
[Pipeline] { | |
[Pipeline] dir | |
Running in /home/jenkins/workspace/d-ghe-jx-pr-3888-35-staging_PR-1/env | |
[Pipeline] { | |
[Pipeline] sh | |
+ jx step helm build | |
WARNING: No $CHART_REPOSITORY defined so using the default value of: http://jenkins-x-chartmuseum:8080 | |
Adding missing Helm repo: chartmuseum.jenkins-x.io http://chartmuseum.jenkins-x.io | |
Successfully added Helm repository chartmuseum.jenkins-x.io. | |
Adding missing Helm repo: jenkins-x-chartmuseum http://jenkins-x-chartmuseum:8080 | |
Successfully added Helm repository jenkins-x-chartmuseum. | |
WARNING: No $CHART_REPOSITORY defined so using the default value of: http://jenkins-x-chartmuseum:8080 | |
error: failed to build the dependencies of chart '.': failed to run 'helm dependency build' command in directory '.', output: 'Error: no repository definition for @alias1, @alias2. Please add them via 'helm repo add'' | |
[Pipeline] } | |
[Pipeline] // dir | |
[Pipeline] } | |
[Pipeline] // container | |
[Pipeline] } | |
[Pipeline] // stage | |
[Pipeline] stage | |
[Pipeline] { (Update Environment) | |
Stage "Update Environment" skipped due to earlier failure(s) | |
[Pipeline] } | |
[Pipeline] // stage | |
[Pipeline] } | |
[Pipeline] // withEnv | |
[Pipeline] } | |
[Pipeline] // withEnv | |
[Pipeline] } | |
[Pipeline] // node | |
[Pipeline] End of Pipeline | |
GitHub has been notified of this commit’s build result | |
ERROR: script returned exit code 1 | |
Finished: FAILURE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment