jenkins hook not working - jenkins bitbucket
问题 Hi i am using jenkins and bitbucket , i want to trigger a build in jenkins when ever i commit any thing to bitbucket repository . in jenkins i created a project called test_1 in configure section Build Triggers part i ticked Trigger builds remotely i added a token TEST_TOKEN when i type this in my browser url and execute the jenkins build is triggered http://test.com:8080/job/test_1//build?token=TEST_TOKEN In bitbucket i added a jenkins hook Endpoint : http://test.com:8080/job/test_1//build