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
Describe the bug
when creating algorithm from github . its take the latest version and ignor the commit id enterd
the github swgger "/builds/webhook/github" does not work should be change to:
.post('/builds/webhook/github')
.type('form')
.set('content-type', 'application/x-www-form-urlencoded')
.send ({'payload': JSON.stringify(data)})
The text was updated successfully, but these errors were encountered:
HKube micro-service
API server
Describe the bug
when creating algorithm from github . its take the latest version and ignor the commit id enterd
the github swgger "/builds/webhook/github" does not work should be change to:
.post('/builds/webhook/github')
.type('form')
.set('content-type', 'application/x-www-form-urlencoded')
.send ({'payload': JSON.stringify(data)})
The text was updated successfully, but these errors were encountered: