Skip to content

Instantly share code, notes, and snippets.

@shrop
Created May 23, 2015 15:10
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shrop/c61bd91a48a2fddcbc71 to your computer and use it in GitHub Desktop.
Save shrop/c61bd91a48a2fddcbc71 to your computer and use it in GitHub Desktop.
Successful Jenkins run of meteor --test with Jasmine and Cucumber tests
GitHub pull request #1 of commit c777da4ad9b015e776336635b18a55485a29c900, no merge conflicts.
Setting status of c777da4ad9b015e776336635b18a55485a29c900 to PENDING with url http://jenkins.blackboot.biz:8080/job/ci-test/18/ and message: Build started, sha1 is merged
Building in workspace /var/lib/jenkins/jobs/ci-test/workspace
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/hb5co/ci-test.git # timeout=10
Fetching upstream changes from https://github.com/hb5co/ci-test.git
> git --version # timeout=10
using .gitcredentials to set credentials
> git config --local credential.helper store --file=/tmp/git4317210699226004625.credentials # timeout=10
> git -c core.askpass=true fetch --tags --progress https://github.com/hb5co/ci-test.git +refs/pull/*:refs/remotes/origin/pr/*
> git config --local --remove-section credential # timeout=10
> git rev-parse refs/remotes/origin/pr/1/merge^{commit} # timeout=10
> git rev-parse refs/remotes/origin/origin/pr/1/merge^{commit} # timeout=10
Checking out Revision 21d07b1c65e4f4867e3abd5fc16bd5b257b28c38 (refs/remotes/origin/pr/1/merge)
> git config core.sparsecheckout # timeout=10
> git checkout -f 21d07b1c65e4f4867e3abd5fc16bd5b257b28c38
First time build. Skipping changelog.
[workspace] $ /bin/sh -xe /tmp/hudson40261522681953532.sh
+ /usr/local/bin/meteor --test
stream error Network error: ws://localhost:3000/websocket: connect ECONNREFUSED
I20150523-15:07:36.483(0)? [velocity] cucumber is starting a mirror at http://localhost:58134/.
I20150523-15:07:36.484(0)? [velocity] This takes a few minutes the first time.
I20150523-15:07:36.492(0)? [velocity] You can see the mirror logs at: tail -f /var/lib/jenkins/jobs/ci-test/workspace/.meteor/local/log/cucumber.log
W20150523-15:07:36.701(0)? (STDERR) connections property is deprecated. Use getConnections() method
W20150523-15:07:36.717(0)? (STDERR) Could not mock the export WebAppInternals of the package webapp. Will continue anyway.
PASSED jasmine-server-unit : addNUmbers helper => addNUmbers helper returns correct addition result
PASSED cucumber : :One-liner description of this feature => Given I am a new user
PASSED cucumber : :One-liner description of this feature => When I navigate to "/"
PASSED cucumber : :One-liner description of this feature => Then I should see the title "ci-test"
TESTS RAN SUCCESSFULLY
Setting status of c777da4ad9b015e776336635b18a55485a29c900 to SUCCESS with url http://jenkins.blackboot.biz:8080/job/ci-test/18/ and message: Build finished.
Finished: SUCCESS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment