Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
Getting below error while creating task through metaservlet api
{ "error": "The origin of archive 'SVN' or not null branch ('trunk') are not compatible with the storage 'NONE' of the project 'a b c'", "return Code": 5 }
below is payload
{ "actionName": "createTask", "active": true, "applyContextToChildren": false, "authPass": "XXXX", "authUser": "XXXXXXXX", "branch": "trunk", tried "branches/" , "branches/default" "contextName": "Default", "description": "task1 for extracting data FTP Job", "execStatisticsEnabled": false, "executionServerName": "serv1", "jobName": "FTP Job", "jobVersion": "0.2", "onUnknownStateJob": "WAIT", "pauseOnError": false, "projectName": "FTPJob", "regenerateJobOnChange": false, "runAsUser": "OS_User", "taskName": "task1", "timeout": 3600, "storage": "none" }