Hi All,
I am trying to analyze Jenkins REST API methods.
I have installed the Jenkins and accessed the API documentation. But it doesn't provide detail information. Is there any other resources?
I also have a another problem.
I tried to create a job using below request:
http://testUser:b9ad5d11b7f584db48b20ec116fa783d@localhost:8080/createItem?name=testJob2
It gives below error:
java.nio.file.FileSystemException: C:\Users\skaluarachchi\.jenkins\jobs\testJob2\config.xml: The process cannot access the file because it is being used by another process.
at sun.nio.fs.WindowsException.translateToIOException(Unknown Source)
Any idea how to solve this. I searched web, but couldn't find any useful info.
Appreciate support.
Thank you.