I want to trigger the bamboo server with reference to Git commit Id( i.e. if I supply a commit ID, bamboo should automatically retrieve code changes in the commit and run the build.)
You can check this REST - worth a try.
POST "rest/api/latest/queue/MY-PLAN?customRevision=d8d4c1ed28a5"
Hello Shylesh,
You can choose "Run customised..." option from Run button and provide Git hash to execute build against it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.