jenkins-infra / uplink

A simple telemetry service for Jenkins instances.
https://uplink.jenkins.io/
GNU Affero General Public License v3.0
1 stars 2 forks source link

Add the date to the dashboard #35

Closed rtyler closed 5 years ago

rtyler commented 5 years ago

Fixes #31

jenkinsadmin commented 5 years ago

Build failed; the context from the latest run is:

Expand to view ``` Digest: sha256:d4729fad66e863ffc6100716ee4e4479045086a98feca58a732c7624dad86ecd Status: Downloaded newer image for postgres:alpine Creating infrauplinkpr35h3g25e5krhdfn2woja7omo2bgolmmtdcplxcruww42ic3azmilua_db_1 ...  Creating infrauplinkpr35h3g25e5krhdfn2woja7omo2bgolmmtdcplxcruww42ic3azmilua_db_1 ... done >> waiting a moment to make sure the database comes online.. ./tools/docker-compose run --rm node \ /usr/local/bin/node /home/jenkins/workspace/Infra_uplink_PR-35-H3G25E5KRHDFN2WOJA7OMO2BGOLMMTDCPLXCRUWW42IC3AZMILUA/node_modules/sequelize-cli/lib/sequelize db:migrate && \ ./tools/docker-compose run --rm node \ /usr/local/bin/node /home/jenkins/workspace/Infra_uplink_PR-35-H3G25E5KRHDFN2WOJA7OMO2BGOLMMTDCPLXCRUWW42IC3AZMILUA/node_modules/sequelize-cli/lib/sequelize db:seed:all The NODE_ENV variable is not set. Defaulting to a blank string. The DEBUG variable is not set. Defaulting to a blank string. The SENTRY_DSN variable is not set. Defaulting to a blank string. Starting infrauplinkpr35h3g25e5krhdfn2woja7omo2bgolmmtdcplxcruww42ic3azmilua_db_1 ...  Starting infrauplinkpr35h3g25e5krhdfn2woja7omo2bgolmmtdcplxcruww42ic3azmilua_db_1 ... done  Sequelize CLI [Node: 10.14.1, CLI: 4.1.1, ORM: 4.38.0] Loaded configuration file "config/database.js". Using environment "development". Thu, 06 Dec 2018 20:08:24 GMT sequelize deprecated String based operators are now deprecated. Please use Symbol based operators for better security, read more at http://docs.sequelizejs.com/manual/tutorial/querying.html#operators at node_modules/sequelize/lib/sequelize.js:242:13 ERROR: connect ECONNREFUSED 172.18.0.2:5432 Makefile:54: recipe for target 'migrate' failed make: *** [migrate] Error 1 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Containers) Stage "Containers" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish container) Stage "Publish container" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timestamps [Pipeline] } [Pipeline] // timeout [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 2 Finished: FAILURE ```

Powered by the Comment Logger

jenkinsadmin commented 5 years ago

Build failed; the context from the latest run is:

Expand to view ``` Digest: sha256:d4729fad66e863ffc6100716ee4e4479045086a98feca58a732c7624dad86ecd Status: Downloaded newer image for postgres:alpine Creating infrauplinkpr35h3g25e5krhdfn2woja7omo2bgolmmtdcplxcruww42ic3azmilua_db_1 ...  Creating infrauplinkpr35h3g25e5krhdfn2woja7omo2bgolmmtdcplxcruww42ic3azmilua_db_1 ... done >> waiting a moment to make sure the database comes online.. ./tools/docker-compose run --rm node \ /usr/local/bin/node /home/jenkins/workspace/Infra_uplink_PR-35-H3G25E5KRHDFN2WOJA7OMO2BGOLMMTDCPLXCRUWW42IC3AZMILUA/node_modules/sequelize-cli/lib/sequelize db:migrate && \ ./tools/docker-compose run --rm node \ /usr/local/bin/node /home/jenkins/workspace/Infra_uplink_PR-35-H3G25E5KRHDFN2WOJA7OMO2BGOLMMTDCPLXCRUWW42IC3AZMILUA/node_modules/sequelize-cli/lib/sequelize db:seed:all The NODE_ENV variable is not set. Defaulting to a blank string. The DEBUG variable is not set. Defaulting to a blank string. The SENTRY_DSN variable is not set. Defaulting to a blank string. Starting infrauplinkpr35h3g25e5krhdfn2woja7omo2bgolmmtdcplxcruww42ic3azmilua_db_1 ...  Starting infrauplinkpr35h3g25e5krhdfn2woja7omo2bgolmmtdcplxcruww42ic3azmilua_db_1 ... done  Sequelize CLI [Node: 10.14.1, CLI: 4.1.1, ORM: 4.38.0] Loaded configuration file "config/database.js". Using environment "development". Thu, 06 Dec 2018 20:21:09 GMT sequelize deprecated String based operators are now deprecated. Please use Symbol based operators for better security, read more at http://docs.sequelizejs.com/manual/tutorial/querying.html#operators at node_modules/sequelize/lib/sequelize.js:242:13 ERROR: connect ECONNREFUSED 172.18.0.2:5432 Makefile:54: recipe for target 'migrate' failed make: *** [migrate] Error 1 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Containers) Stage "Containers" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish container) Stage "Publish container" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timestamps [Pipeline] } [Pipeline] // timeout [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 2 Finished: FAILURE ```

Powered by the Comment Logger