如何为Jenkins Bitbucket Branch Source插件添加扫描凭据?

时间:2016-06-17 20:05:28

标签: jenkins cloudbees jenkins-pipeline

我正在尝试设置CloudBees Bitbucket Branch Source Plugin,但我无法设置凭据。我已添加用户名和密码凭据,但下拉列表仍为空。

我正在使用Jenkins版本2.9的新安装以及Bitbucket Branch源代码版本1.5。

enter image description here

以下是我添加的凭据。我还在之前的尝试中添加了带有私钥的SSH用户名。 enter image description here

我使用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

1 个答案:

答案 0 :(得分:0)

尝试在顶级Jenkins级别创建凭据,而不是像现在一样创建文件夹级别。

虽然文件夹级别凭据也应该可用。提起JENKINS-36066来跟踪它。