[go] Could not fetch artifact https://127.0.0.1:8154/go/remoting/files/ProductName_Build/34/Build/latest/defaultJob/HelloWorld/bin/HelloWorld-debug.apk.zip. Pausing 18 seconds to retry. Error was : Unsuccessful response '404' from the server
This is more than a little confusing as I thought the address to reach my files was localhost://8153/go/tab/build/detail/<pipeline name>/<pipeline counter>/<stage>/<stage counter>/<job name>, so i guess it makes sense why its giving 404 because it can't find the location.
I followed the steps on how to use the fetch artifact feature of Go. So any ideas?
Thanks
--
You received this message because you are subscribed to the Google Groups "go-cd" group.
To unsubscribe from this group and stop receiving emails from it, send an email to go-cd+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
GuysAny help would be most appreciated. I'm trying to use ThoughtWorks Go feature that lets you fetch artifacts from one pipeline and feed it into the stage of another. Particularly I build an iOS app or Android App and I want to feed the executable into another pipeline. But while doing this I get error:[go] Could not fetch artifact https://127.0.0.1:8154/go/remoting/files/ProductName_Build/34/Build/latest/defaultJob/HelloWorld/bin/HelloWorld-debug.apk.zip. Pausing 18 seconds to retry.