Can't add credentials to connect to BitBucket

About Jankins

Jenkins: 2.387
OS: Windows Server 2019 - 10.0
Java: 17.0.5 - Oracle Corporation (Java HotSpot™ 64-Bit Server VM)

ace-editor:1.1
active-directory:2.29
ant:481.v7b_09e538fcca
antisamy-markup-formatter:155.v795fb_8702324
apache-httpcomponents-client-4-api:4.5.13-138.v4e7d9a_7b_a_e61
atlassian-bitbucket-server-integration:3.3.2
bitbucket:223.vd12f2bca5430
bootstrap5-api:5.2.1-3
bouncycastle-api:2.26
branch-api:2.1051.v9985666b_f6cc
build-timeout:1.28
caffeine-api:2.9.3-65.v6a_47d0f4d1fe
checks-api:1.8.1
cloudbees-folder:6.800.v71307ca_b_986b
command-launcher:90.v669d7ccb_7c31
commons-lang3-api:3.12.0-36.vd97de6465d5b_
commons-text-api:1.10.0-27.vb_fa_3896786a_7
credentials:1214.v1de940103927
credentials-binding:523.vd859a_4b_122e6
display-url-api:2.3.7
durable-task:503.v57154d18d478
echarts-api:5.4.0-1
email-ext:2.93
font-awesome-api:6.2.1-1
git:5.0.0
git-client:4.0.0
github:1.36.1
github-api:1.303-400.v35c2d8258028
github-branch-source:1696.v3a_7603564d04
gradle:2.2
instance-identity:142.v04572ca_5b_265
ionicons-api:31.v4757b_6987003
jackson2-api:2.14.1-313.v504cdd45c18b
jakarta-activation-api:2.0.1-2
jakarta-mail-api:2.0.1-2
javax-activation-api:1.2.0-5
javax-mail-api:1.6.2-8
jaxb:2.3.7-1
jdk-tool:63.v62d2fd4b_4793
jjwt-api:0.11.5-77.v646c772fddb_0
jquery3-api:3.6.1-2
jsch:0.1.55.61.va_e9ee26616e7
junit:1166.va_436e268e972
ldap:659.v8ca_b_a_fe79fa_d
locale:226.v008e1b_58cb_b_0
mailer:438.v02c7f0a_12fa_4
matrix-auth:3.1.6
matrix-project:785.v06b_7f47b_c631
mercurial:1260.vdfb_723cdcc81
mina-sshd-api-common:2.9.2-50.va_0e1f42659a_a
mina-sshd-api-core:2.9.2-50.va_0e1f42659a_a
momentjs:1.1.1
msbuild:1.30
nuget:1.1
okhttp-api:4.9.3-108.v0feda04578cf
pam-auth:1.10
pipeline-build-step:2.18
pipeline-github-lib:38.v445716ea_edda_
pipeline-graph-analysis:195.v5812d95a_a_2f9
pipeline-groovy-lib:629.vb_5627b_ee2104
pipeline-input-step:466.v6d0a_5df34f81
pipeline-milestone-step:101.vd572fef9d926
pipeline-model-api:2.2118.v31fd5b_9944b_5
pipeline-model-definition:2.2118.v31fd5b_9944b_5
pipeline-model-extensions:2.2118.v31fd5b_9944b_5
pipeline-rest-api:2.28
pipeline-stage-step:296.v5f6908f017a_5
pipeline-stage-tags-metadata:2.2118.v31fd5b_9944b_5
pipeline-stage-view:2.28
plain-credentials:143.v1b_df8b_d3b_e48
plugin-util-api:2.20.0
popper2-api:2.11.6-2
resource-disposer:0.20
scm-api:631.v9143df5b_e4a_a
script-security:1228.vd93135a_2fb_25
snakeyaml-api:1.33-90.v80dcb_3814d35
ssh-credentials:305.v8f4381501156
ssh-slaves:2.854.v7fd446b_337c9
sshd:3.275.v9e17c10f2571
structs:324.va_f5d6774f3a_d
timestamper:1.21
token-macro:321.vd7cc1f2a_52c8
trilead-api:2.84.v72119de229b_7
variant:59.vf075fe829ccb
workflow-aggregator:590.v6a_d052e5a_a_b_5
workflow-api:1200.v8005c684b_a_c6
workflow-basic-steps:994.vd57e3ca_46d24
workflow-cps:3601.v9b_36a_d99e1cc
workflow-durable-task-step:1217.v38306d8fa_b_5c
workflow-job:1254.v3f64639b_11dd
workflow-multibranch:716.vc692a_e52371b_
workflow-scm-step:400.v6b_89a_1317c9a_
workflow-step-api:639.v6eca_cd8c04a_a_
workflow-support:839.v35e2736cfd5c
ws-cleanup:0.44

Hello, everybody!
I have Jenkins (about it under spoiler higher) and Atlassian Bitbucket v 6.8.0 stands alone. When I creating job, I chousing “Git”, set Repository URL. And when I try set credentials, I press “Add” button. In the open window, I chouse “BitBucket personal access token” in the “Kind” field, insert token. Press “Add” again.
And I can’t chouse this credentials in the field.
But it credetials exist on the Settings → Manager Credantial.
How can I add and chouse credential?

The git plugin probably does not understand Bitbucket personal access token as a credential type that it supports. The git plugin supports two credential types, username/password credentials for HTTPS access and ssh private keys for SSH access. Try using the same token to define a username / password credential.

Hello, MarkEWaite!
Thank’s for you ansver!

But “Kind” field - drop-down list. I selected one of srings from this list.

And our BitBacked installed on Windows Server and we didn’t use https :no_mouth:

Thanks for including a screenshot. That helps me understand what you are attempting.

The screenshot you’ve provided is the page used to create a new credential. The credential creation page allows a user to create any type of credential. However, all types of credentials are not supported in all cases where a credential ID is accepted as an argument. The withUsernamePassword argument to the withCredentials step accepts a credential ID but does not support the Bitbucket personal access token credential type that is provided by the Bitbucket server integration plugin.

Pipeline syntax snippet generator

You can see it is not supported if you use the Pipeline syntax snippet generator to help you generate the syntax for the withCredentials Pipeline step.

The Pipeline syntax snippet generator page for withCredentials will look something like this on your machine (available from the “Pipeline Syntax” link on any Pipeline job) (without the highlights that I added):

The git plugin documentation includes a 90 second video describing the Pipeline syntax snippet generator. The video uses the checkout step, but the concepts are the same for the withCredentials step.

Thank’s for your answer too, but our BitBucket so old. Now we are planning to update BitBucket of current version.