Skip to content

Instantly share code, notes, and snippets.

@smukkejohan
Created January 25, 2019 10:45
Show Gist options
  • Save smukkejohan/c6272a3dc4cc4b6cbc3117640c6062aa to your computer and use it in GitHub Desktop.
Save smukkejohan/c6272a3dc4cc4b6cbc3117640c6062aa to your computer and use it in GitHub Desktop.
Started by user Johan Bichel Lindegaard
Building in workspace /var/lib/jenkins/workspace/Give Me A Break - Staging
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url git@github01.net.dr.dk:dr-udsendelse/give-me-a-break.git # timeout=10
Fetching upstream changes from git@github01.net.dr.dk:dr-udsendelse/give-me-a-break.git
> git --version # timeout=10
using GIT_SSH to set credentials
> git fetch --tags --progress git@github01.net.dr.dk:dr-udsendelse/give-me-a-break.git +refs/heads/*:refs/remotes/origin/*
> git rev-parse refs/remotes/origin/staging^{commit} # timeout=10
> git rev-parse refs/remotes/origin/origin/staging^{commit} # timeout=10
Checking out Revision dbb874aa2e82d1e394fa9a91bf652c7860f2e9cb (refs/remotes/origin/staging)
> git config core.sparsecheckout # timeout=10
> git checkout -f dbb874aa2e82d1e394fa9a91bf652c7860f2e9cb
Commit message: "Merge branch 'feature-dr2-preproduced' of github01.net.dr.dk:dr-udsendelse/give-me-a-break into staging"
> git rev-list --no-walk dbb874aa2e82d1e394fa9a91bf652c7860f2e9cb # timeout=10
[Give Me A Break - Staging] $ /bin/sh -xe /tmp/jenkins7800266185729264942.sh
+ scl enable rh-ruby25 bash
+ export npm_config_prefix=.npm/
+ npm_config_prefix=.npm/
+ export PATH=.npm/bin:/var/lib/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/NodeJS_11._/bin:/sbin:/usr/sbin:/bin:/usr/bin
+ PATH=.npm/bin:/var/lib/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/NodeJS_11._/bin:/sbin:/usr/sbin:/bin:/usr/bin
+ yarn install
yarn install v1.13.0
[1/5] Validating package.json...
[2/5] Resolving packages...
success Already up-to-date.
$ bower install
Done in 6.10s.
+ yarn build --branch=staging
yarn run v1.13.0
$ grunt build --branch=staging
Running "clean:dist" (clean) task
>> 1 path cleaned.
Running "wiredep:app" (wiredep) task
Running "wiredep:test" (wiredep) task
Running "wiredep:sass" (wiredep) task
Running "browserify:js" (browserify) task
>> Bundle .tmp/scripts/bundle.js created.
Running "useminPrepare:html" (useminPrepare) task
Configuration changed for concat, uglify, cssmin
Running "concurrent:dist" (concurrent) task
Warning: Running "compass:dist" (compass) task
Warning: not found: compass Use --force to continue.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment