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.)
Hello Shylesh,
You can choose "Run customised..." option from Run button and provide Git hash to execute build against it.
You can check this REST - worth a try.
POST "rest/api/latest/queue/MY-PLAN?customRevision=d8d4c1ed28a5"
It looks like you're new here. Sign in or register to get started.