jupyter-workshop-2024/.jenkins.yaml
2024-03-18 14:57:29 +01:00

16 lines
245 B
YAML

---
environment_variables:
SITE_VERSION: "0.0.1-1"
git:
branch: main
triggers:
cron: "@daily"
clean_workspace: true
builders:
- docker
docker_name: drive/jupyter-site
docker_tags:
- "${SITE_VERSION}"
- "latest"
docker_no_cache: true