在JENKINS:Here I am trying to generate the builds automatically using bitbucket plugin in jenkins, I give the bitbucket url in jenkins source code repository and give the credential also
REPOSITORY URL:https://user:pass@bitbucket.org/sudinag/checking.git
Credentials:sudinag@bitbucket.org/********(checking)
I tick the build triggers:trigger builds remotely and i gave the api token also.
在BITBUCKET中:在这里我选择了存储库的钩子并选择了jenkins钩子,我在那里提供了这些细节
结束点:http://user:pass@192.168.1.5:8080 /jenkins.com/
项目名称:maven
令牌:sample_token`
在我的系统中,我有一个git存储库,我做了一些更改并推送了这些,操作成功完成并推送但是jenkins没有生成构建。
can you please help to me.