You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found out the cause of the problem, the http://127.0.0.1:8080/job/test/36/api/json API return changeSet but not changeSets, and the changeSet is Object but not List Conllection
I pull code and adjust the code, is ok
I use jenkins version is 2.357, I don't know if it's a version problem???
jenkins version: Jenkins 2.357
I use java code, not have changeSet information
I use rest api , have changeSet information
curl http://127.0.0.1:8080/job/test/36/api/json
result:
{
.......
"changeSet": {
"_class": "hudson.scm.SubversionChangeLogSet",
"items": [
{
"_class": "hudson.scm.SubversionChangeLogSet$LogEntry",
"affectedPaths": [
"test/src/main/resources/application-dev.yml"
],
"author": {
"absoluteUrl": "http://127.0.0.1:8080/user/admin",
"fullName": "admin"
},
"commitId": "450",
"timestamp": 1655719517084,
"date": "2022-06-20T10:05:17.084449Z",
"msg": "+ 调整redis database",
"paths": [....],
.......
},
The text was updated successfully, but these errors were encountered: