another maybe fix
Gitea/homepage/pipeline/head There was a failure building this commit

This commit is contained in:
Georgios Jason Efstathiou
2024-12-26 12:53:52 +01:00
parent 9864b6c41a
commit 90bffcab1e
Vendored
-3
View File
@@ -34,9 +34,6 @@ pipeline {
// Read the jobspec.json file // Read the jobspec.json file
def jobSpec = readJSON file: 'jobspec.json' 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 // Write the updated jobspec back to the file
def updatedJobSpec = sh(script: "jq '.meta[\"image_hash\"] = \"$imageHash\"' jobspec.json", returnStdout: true).trim() def updatedJobSpec = sh(script: "jq '.meta[\"image_hash\"] = \"$imageHash\"' jobspec.json", returnStdout: true).trim()