Removes worng symbol
testing/ogGui-multibranch/pipeline/head There was a failure building this commit Details

pull/7/head
Nicolas Arenas 2024-11-20 18:14:23 +01:00
parent 60f425f873
commit 17bd727eb3
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ pipeline {
docker.build("${IMAGE_ID_TESTING}", "-f Dockerfile-testing .")
if (TAG_NAME) {
TAG_ID = "${DOCKER_REPO}/${DOCKER_IMAGE_NAME}:${env.TAG_NAME}"
})
}
}
}
}