jenkins remote trigger return build number

2014-12-09 Thread peng jun
Any ways that Jenkins api can return the build number after remotely triggers a build ? The build number can be used to track the build status -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving em

Ways of remotely trigger build and track jobs for jenkins

2014-12-08 Thread peng jun
I'm trying building an application which makes use of Jenkins to do build jobs, there are two main parts : 1. The build part, which is fine, I made use of the Jenkins remote API with customized token to trigger remotely, something like this : my-Jenkins-url/job/job-name/buildWithParamet