Jenkins returned status code 128

后端 未结 3 1772
眼角桃花
眼角桃花 2021-02-08 13:19

I am trying to setup Jenkins with BitBucket GIT repository, but the Jenkins console always gives me this error code:

Started by user Dakado
Building in workspace         


        
3条回答
  •  难免孤独
    2021-02-08 13:33

    This is worked for me: You need to create App Password on Bitbucket

    (1) go to BitBucket Setting-> Access Manaegment-> App passwords-> Repositories (select options here whatever you want to accomplish)

    (2) Jenkins -> Credentials-> Jenkins-> Global credentials (unrestricted) -> Add Credentials -> Kind "Username with password" provide here user/password here

    (3) Go to your Jenkins Jobs -> GIT ->
    Repository URL : https://USER_NAME@bitbucket.org/ABCcompany/myRepo.git Credentials: select from dropdown You just created

    Resources: Bitbucket, Jenkins, Selenium, Chrome

提交回复
热议问题