From 18e142089911c6ba434666674aecb43a98498711 Mon Sep 17 00:00:00 2001 From: Bradley Schofield Date: Wed, 26 Jan 2022 10:10:29 +0000 Subject: [PATCH] Update executor.php --- app/executor.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/executor.php b/app/executor.php index 3c92dc33b0..cdc44cb569 100644 --- a/app/executor.php +++ b/app/executor.php @@ -1095,7 +1095,8 @@ App::post('/v1/deployment') 'stdout' => '', 'stderr' => '', 'endTime' => 0, - 'duration' => 0 + 'duration' => 0, + 'search' => implode(' ', [$deployment->getId(), $buildId]) ])); $deployment->setAttribute('buildId', $buildId);