Fix the configuration as code autoupdate
This commit is contained in:
parent
7d17aaa249
commit
03af46266c
|
@ -4,5 +4,5 @@ git pull
|
||||||
curl \
|
curl \
|
||||||
-X POST \
|
-X POST \
|
||||||
-u ${JENKINS_USER}:${JENKINS_API_TOKEN} \
|
-u ${JENKINS_USER}:${JENKINS_API_TOKEN} \
|
||||||
"https://jenkins.scheme.org/reload-configuration-as-code/?casc-reload-token=${CASC_RELOAD_TOKEN}"
|
"https://jenkins.scheme.org/reload-configuration-as-code/"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue