perhaps 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:23 +01:00
parent d8497a2f7f
commit 9864b6c41a
Vendored
+1 -1
View File
@@ -29,7 +29,7 @@ pipeline {
steps {
script {
// Calculate the hash of your Docker image (or your application code)
def imageHash = sh(script: "docker images --no-trunc $IMAGE_NAME | grep latest | awk '{print $3}'", returnStdout: true).trim()
def imageHash = sh(script: "docker images --no-trunc $IMAGE_NAME | grep latest | awk '{print \$3}'", returnStdout: true).trim()
// Read the jobspec.json file
def jobSpec = readJSON file: 'jobspec.json'