travis-build-children icon indicating copy to clipboard operation
travis-build-children copied to clipboard

Keep Getting Travis Errors

Open tldavies opened this issue 9 years ago • 2 comments

Hi!

I was wondering in what project do you encrypt the Auth token?

I tried the parent directory and I tried encrypting it in the child repo and neither seem to work. I keep getting the following error.

+curl -X POST https://api.travis-ci.org/builds/100493748/restart --header 'Authorization: token ' {"error":"Travis encountered an error, sorry :("}+curl -X POST https://api.travis-ci.org/builds/101121657/restart --header 'Authorization: token ' {"error":"Travis encountered an error, sorry :("}+curl -X POST https://api.travis-ci.org/builds/101166836/restart --header 'Authorization: token '

I have a library called on-core that needs to build 3 different dependent repos once it succeeds.

Here is the links to the travis builds: https://travis-ci.org/RackHD/on-core/jobs/101166839

Thanks!

tldavies avatar Jan 08 '16 22:01 tldavies

It should be encrypted in the child repos, as they're the ones that are re-triggered and require authentication. How are you generating an auth token? With the command-line tools?

jdmanton avatar Jan 17 '16 00:01 jdmanton

Also, I guess that you've just edited out any hint of an auth token, but the curl request should include one and your examples don't seem to.

jdmanton avatar Jan 17 '16 00:01 jdmanton