-
Bug
-
Resolution: Cannot Reproduce
-
Blocker
-
None
-
Jenkins version 2.105 (2018-02-04) , Linux (Centos 7)
The following command is causing a 404 error:
curl -v -u admin:admin -XPOST http://localhost:8080/credentials/store/system/domain/_/createCredentials -F 'json={"": "4", "credentials":{"secret": "my secret val", "id": "mysecretid", "stapler-class": "org.jenkinsci.plugins.plaincredentials.impl.StringCredetialsImpl", "$class": "org.jenkinsci.plugins.plaincredentials.impl.StringCredentialsImpl"}}'
- relates to
-
JENKINS-71446 Document creation of Secret File or Secret Text credentials (plain-credentials) plugin via API
- Open