I am able to trigger jenkins job whenever i commit my ios project in SVN. But my project has 4-5 configuration e.g. Debug, Release, DebugStaging, ReleaseStaging, DebugLive. So what i want to achieve is, whenever I commit in SVN, jenkins should build 4-5 jobs based on my xcode configuration.
I tried in Jenkins Item configuration under Build -> Xcode -> General Build Settings -> Configuration
to write DebugStaging, but it fails my jenkins job.