We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1634d5e commit f919dbbCopy full SHA for f919dbb
1 file changed
docs/features/configurationReload.md
@@ -33,7 +33,9 @@ $ curl -X POST -G -d @/path/to/secret/file "JENKINS_URL/reload-configuration-as-
33
34
**Example Usage:**
35
```sh
36
- $ curl -X POST -u admin:YOUR_API_TOKEN --data-binary @jenkins.yaml "JENKINS_URL/configuration-as-code/configure"
+ $ curl -X POST -u admin:YOUR_API_TOKEN \
37
+ --data-binary @jenkins.yaml \
38
+ "JENKINS_URL/configuration-as-code/configure"
39
40
```shell
41
$ java -jar jenkins-cli.jar -s ${JENKINS_URL} help
0 commit comments