I'm trying to setup a docker-compose task to spin up a gradle container, in order to build jar artifacts.
During task setup, the plugin requires the "Logical name of dockerhost", which I'm trying to set to my host running the gocd agent (which has docker and docker-compose installed).
But while running, the task gives an error, saying:
[Docker Compose] trying to use docker-compose with unknown machine
What should I set in that field?
I'm trying to setup a docker-compose task to spin up a gradle container, in order to build jar artifacts.
During task setup, the plugin requires the "Logical name of dockerhost", which I'm trying to set to my host running the gocd agent (which has docker and docker-compose installed).
But while running, the task gives an error, saying:
[Docker Compose] trying to use docker-compose with unknown machineWhat should I set in that field?