logging changes

This commit is contained in:
2025-06-27 18:40:46 -05:00
parent 79002e80bc
commit ee395ba8a2
3 changed files with 17 additions and 3 deletions

View File

@@ -1,8 +1,19 @@
.rules-changes: &rules-changes
rules:
- changes:
- Jenkinsfile
- .gitlab-ci.yml
- README.md
- docs/*
when: never
- when: on_success
stages:
- build
"Build Release":
stage: build
<<: *rules-changes
image:
name: registry.c.test-chamber-13.lan/dockerhub/library/golang:alpine
allow_failure: false