我正在尝试设置CloudBees Bitbucket Branch Source Plugin,但我无法设置凭据。我已添加用户名和密码凭据,但下拉列表仍为空。
我正在使用Jenkins版本2.9的新安装以及Bitbucket Branch源代码版本1.5。
以下是我添加的凭据。我还在之前的尝试中添加了带有私钥的SSH用户名。
我使用docker安装了jenkins,然后添加了插件。这是我的docker-compose文件的jenkins部分
jenkins:
image: jenkinsci/jenkins:latest
#image: arcanneero/cd-jenkins-pipeline
ports:
- "8080:8080"
- "50000:50000"
volumes:
- ./jenkins/data:/var/jenkins_home