Add job, task, taskgroup to open method

This commit is contained in:
Jesus Vazquez
2018-05-21 20:37:18 +02:00
parent 48c5093bd2
commit ae0b3d9ffa

View File

@@ -1778,6 +1778,9 @@ func (d *DockerDriver) Open(ctx *ExecContext, handleID string) (DriverHandle, er
executor: exec,
pluginClient: pluginClient,
logger: d.logger,
jobName: d.DriverContext.jobName,
taskGroupName: d.DriverContext.taskGroupName,
taskName: d.DriverContext.taskName,
Image: pid.Image,
ImageID: pid.ImageID,
containerID: pid.ContainerID,