jenkins-config/update.sh

9 lines
153 B
Bash
Raw Permalink Normal View History

2024-09-28 04:03:12 -04:00
#!/bin/bash
2024-09-29 01:01:58 -04:00
git pull
curl \
-X POST \
-u ${JENKINS_USER}:${JENKINS_API_TOKEN} \
"https://jenkins.scheme.org/reload-configuration-as-code/"