From 90bffcab1ec056ac7ce079f3077d90eeefc6b468 Mon Sep 17 00:00:00 2001 From: Georgios Jason Efstathiou Date: Thu, 26 Dec 2024 12:53:52 +0100 Subject: [PATCH] another maybe fix --- Jenkinsfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index a51d0b7..8cfd5c4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -34,9 +34,6 @@ pipeline { // Read the jobspec.json file def jobSpec = readJSON file: 'jobspec.json' - // Use jq to add the hash to the jobspec - def updatedJobSpec = sh(script: "jq '.meta[\"image_hash\"] = \"$imageHash\"' jobspec.json", returnStdout: true).trim() - // Write the updated jobspec back to the file def updatedJobSpec = sh(script: "jq '.meta[\"image_hash\"] = \"$imageHash\"' jobspec.json", returnStdout: true).trim()