{"id":8344,"date":"2024-11-26T11:36:31","date_gmt":"2024-11-26T06:06:31","guid":{"rendered":"https:\/\/pheonixsolutions.com\/blog\/?p=8344"},"modified":"2025-02-17T17:30:44","modified_gmt":"2025-02-17T12:00:44","slug":"how-to-configure-the-bitbucket-credentials-in-jenkins","status":"publish","type":"post","link":"https:\/\/pheonixsolutions.com\/blog\/how-to-configure-the-bitbucket-credentials-in-jenkins\/","title":{"rendered":"How to Configure the Bitbucket credentials in Jenkins"},"content":{"rendered":"\n<h3 class=\"wp-block-heading\">Introduction : <\/h3>\n\n\n\n<p>Configuring Git credentials in Jenkins is essential for automating your build and deployment pipelines. By securely storing and managing your Git credentials, you can:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Automate CI\/CD pipelines<strong>:<\/strong> Seamlessly integrate Git repositories into your Jenkins jobs for automated builds, tests, and deployments.<\/li>\n\n\n\n<li>Enhance security: Protect sensitive information like usernames and passwords by storing them securely within Jenkins.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Prerequisites : <\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li>A running Jenkins server<\/li>\n\n\n\n<li>A Git repository and Git access<\/li>\n\n\n\n<li>Jenkins administrator privileges<\/li>\n\n\n\n<li>Required necessary plugins (e.g., Git Plugin, Credentials Plugin).<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\">Steps to Configure :<\/h3>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"Step-1:-SSH-Key-Pair-for-Jenkins-User\">Step 1: SSH Key Pair for Jenkins User<\/h3>\n\n\n\n<p>Switch to Jenkins User<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">sudo su - jenkins<\/pre>\n\n\n\n<p>View the Public Key and copy that Key<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">cat ~\/.ssh\/id_rsa.pub<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"Step-2:-Add-Public-Key-to-Bitbucket\">Step 2: Add Public Key to Bitbucket<\/h3>\n\n\n\n<p><strong>Log in to Bitbucket<\/strong>:<\/p>\n\n\n\n<ol start=\"1\" class=\"wp-block-list\">\n<li>Navigate to <strong>Personal settings<\/strong> &gt; <strong>SSH keys<\/strong>.<\/li>\n\n\n\n<li>Add a new SSH key by pasting the copied content.<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"Step-3:-Add-Bitbucket's-SSH-Host-Key-to-Known-Hosts\">Step 3: Add Bitbucket&#8217;s SSH Host Key to Known Hosts<\/h3>\n\n\n\n<p><strong>Bitbucket&#8217;s SSH Host Key is added to Jenkins verification command <\/strong>:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">ssh-keyscan bitbucket.org &gt;&gt; ~\/.ssh\/known_hosts<\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"Step-4:-Test-SSH-Connection-to-Bitbucket\">Step 4: Test SSH Connection to Bitbucket<\/h3>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Test SSH Connection<\/strong>:<\/h4>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">ssh -T git@bitbucket.org<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"Step-5:-Add-SSH-Credentials-to-Jenkins\">Step 5: Add SSH Credentials to Jenkins<\/h2>\n\n\n\n<ol start=\"1\" class=\"wp-block-list\">\n<li><strong>Open Jenkins<\/strong>: Go to your Jenkins URL and log in.<\/li>\n\n\n\n<li><strong>Manage Jenkins<\/strong>: Navigate to <code>Manage Jenkins<\/code> &gt; <code>Manage Credentials<\/code>.<\/li>\n\n\n\n<li><strong>Add SSH Key<\/strong>:\n<ul class=\"wp-block-list\">\n<li>Select the system \u2192 Global credentials.<\/li>\n\n\n\n<li>Click on <code>Add Credentials<\/code>.<\/li>\n\n\n\n<li>Choose <code>SSH Username with private key<\/code>.<\/li>\n\n\n\n<li>Enter the following details:\n<ul class=\"wp-block-list\">\n<li><strong>Username<\/strong>: Your Bitbucket username.<\/li>\n\n\n\n<li><strong>Private Key<\/strong>: Select <code>Enter directly<\/code> and paste the contents of ~\/var\/lib\/jenkins\/.ssh\/id_rsa.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>Choose  Create it will give you an ID (3opcasc-xxxx-xxxx-xxxx-xxxu9)<\/li>\n<\/ul>\n<\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2024\/11\/image-2.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"873\" src=\"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2024\/11\/image-2-1024x873.png\" alt=\"\" class=\"wp-image-8368\" srcset=\"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2024\/11\/image-2-1024x873.png 1024w, https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2024\/11\/image-2-300x256.png 300w, https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2024\/11\/image-2-768x654.png 768w, https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2024\/11\/image-2-1536x1309.png 1536w, https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2024\/11\/image-2-352x300.png 352w, https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2024\/11\/image-2.png 1920w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"Step-6:-Configure-Jenkins-Pipeline\">Step 6: Configure Jenkins Pipeline<\/h2>\n\n\n\n<p>example : <br>sample pipeline configuration to checkout git<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\"> stages {\n        stage('Checkout example Repository') {\n            steps {\n                git(\n                    branch: 'main',\n                    credentialsId: '37ef07ad-xxxx-xxxxx-xxxx-xxxx6709be',\n                    url: 'git@bitbucket.org:orange\/example.git'\n                )\n            }\n        }\n    }<\/pre>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Introduction : Configuring Git credentials in Jenkins is essential for automating your build and deployment pipelines. By securely storing and managing your Git credentials, you can: Prerequisites : Steps to Configure : Step 1: SSH Key Pair for Jenkins User Switch to Jenkins User View the Public Key and copy&hellip; <a href=\"https:\/\/pheonixsolutions.com\/blog\/how-to-configure-the-bitbucket-credentials-in-jenkins\/\" class=\"more-link read-more\" rel=\"bookmark\">Continue Reading <span class=\"screen-reader-text\">How to Configure the Bitbucket credentials in Jenkins<\/span><i class=\"fa fa-arrow-right\"><\/i><\/a><\/p>\n","protected":false},"author":509,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[1],"tags":[],"class_list":{"0":"post-8344","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"hentry","6":"category-uncategorized","7":"h-entry","9":"h-as-article"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Pheonix Solutions - We Empower Your Business Growth<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/pheonixsolutions.com\/blog\/how-to-configure-the-bitbucket-credentials-in-jenkins\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Pheonix Solutions - We Empower Your Business Growth\" \/>\n<meta property=\"og:description\" content=\"Introduction : Configuring Git credentials in Jenkins is essential for automating your build and deployment pipelines. By securely storing and managing your Git credentials, you can: Prerequisites : Steps to Configure : Step 1: SSH Key Pair for Jenkins User Switch to Jenkins User View the Public Key and copy&hellip; Continue Reading How to Configure the Bitbucket credentials in Jenkins\" \/>\n<meta property=\"og:url\" content=\"https:\/\/pheonixsolutions.com\/blog\/how-to-configure-the-bitbucket-credentials-in-jenkins\/\" \/>\n<meta property=\"og:site_name\" content=\"PHEONIXSOLUTIONS\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/PheonixSolutions-209942982759387\/\" \/>\n<meta property=\"article:published_time\" content=\"2024-11-26T06:06:31+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-02-17T12:00:44+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2024\/11\/image-2.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"1636\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"ajith kumar\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@pheonixsolution\" \/>\n<meta name=\"twitter:site\" content=\"@pheonixsolution\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"ajith kumar\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/how-to-configure-the-bitbucket-credentials-in-jenkins\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/how-to-configure-the-bitbucket-credentials-in-jenkins\\\/\"},\"author\":{\"name\":\"ajith kumar\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#\\\/schema\\\/person\\\/6ab408ebbf9dfadd98efe97ac6a1628c\"},\"headline\":\"How to Configure the Bitbucket credentials in Jenkins\",\"datePublished\":\"2024-11-26T06:06:31+00:00\",\"dateModified\":\"2025-02-17T12:00:44+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/how-to-configure-the-bitbucket-credentials-in-jenkins\\\/\"},\"wordCount\":240,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/how-to-configure-the-bitbucket-credentials-in-jenkins\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/image-2-1024x873.png\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/how-to-configure-the-bitbucket-credentials-in-jenkins\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/how-to-configure-the-bitbucket-credentials-in-jenkins\\\/\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/how-to-configure-the-bitbucket-credentials-in-jenkins\\\/\",\"name\":\"Pheonix Solutions - We Empower Your Business Growth\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/how-to-configure-the-bitbucket-credentials-in-jenkins\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/how-to-configure-the-bitbucket-credentials-in-jenkins\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/image-2-1024x873.png\",\"datePublished\":\"2024-11-26T06:06:31+00:00\",\"dateModified\":\"2025-02-17T12:00:44+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/how-to-configure-the-bitbucket-credentials-in-jenkins\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/how-to-configure-the-bitbucket-credentials-in-jenkins\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/how-to-configure-the-bitbucket-credentials-in-jenkins\\\/#primaryimage\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/image-2.png\",\"contentUrl\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/image-2.png\",\"width\":1920,\"height\":1636},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/how-to-configure-the-bitbucket-credentials-in-jenkins\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Configure the Bitbucket credentials in Jenkins\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/\",\"name\":\"Pheonix Solutions\",\"description\":\"We Empower Your Business Growth\",\"publisher\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#organization\",\"name\":\"PheonixSolutions\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/wp-content\\\/uploads\\\/2016\\\/12\\\/logo.png\",\"contentUrl\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/wp-content\\\/uploads\\\/2016\\\/12\\\/logo.png\",\"width\":454,\"height\":300,\"caption\":\"PheonixSolutions\"},\"image\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/PheonixSolutions-209942982759387\\\/\",\"https:\\\/\\\/x.com\\\/pheonixsolution\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#\\\/schema\\\/person\\\/6ab408ebbf9dfadd98efe97ac6a1628c\",\"name\":\"ajith kumar\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/a463c141c3488471a039f0a4d588a86bc78219e706133ac827f260f60ee9dc83?s=96&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/a463c141c3488471a039f0a4d588a86bc78219e706133ac827f260f60ee9dc83?s=96&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/a463c141c3488471a039f0a4d588a86bc78219e706133ac827f260f60ee9dc83?s=96&r=g\",\"caption\":\"ajith kumar\"},\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/author\\\/ajithkumar\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Pheonix Solutions - We Empower Your Business Growth","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/pheonixsolutions.com\/blog\/how-to-configure-the-bitbucket-credentials-in-jenkins\/","og_locale":"en_US","og_type":"article","og_title":"Pheonix Solutions - We Empower Your Business Growth","og_description":"Introduction : Configuring Git credentials in Jenkins is essential for automating your build and deployment pipelines. By securely storing and managing your Git credentials, you can: Prerequisites : Steps to Configure : Step 1: SSH Key Pair for Jenkins User Switch to Jenkins User View the Public Key and copy&hellip; Continue Reading How to Configure the Bitbucket credentials in Jenkins","og_url":"https:\/\/pheonixsolutions.com\/blog\/how-to-configure-the-bitbucket-credentials-in-jenkins\/","og_site_name":"PHEONIXSOLUTIONS","article_publisher":"https:\/\/www.facebook.com\/PheonixSolutions-209942982759387\/","article_published_time":"2024-11-26T06:06:31+00:00","article_modified_time":"2025-02-17T12:00:44+00:00","og_image":[{"width":1920,"height":1636,"url":"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2024\/11\/image-2.png","type":"image\/png"}],"author":"ajith kumar","twitter_card":"summary_large_image","twitter_creator":"@pheonixsolution","twitter_site":"@pheonixsolution","twitter_misc":{"Written by":"ajith kumar","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/pheonixsolutions.com\/blog\/how-to-configure-the-bitbucket-credentials-in-jenkins\/#article","isPartOf":{"@id":"https:\/\/pheonixsolutions.com\/blog\/how-to-configure-the-bitbucket-credentials-in-jenkins\/"},"author":{"name":"ajith kumar","@id":"https:\/\/pheonixsolutions.com\/blog\/#\/schema\/person\/6ab408ebbf9dfadd98efe97ac6a1628c"},"headline":"How to Configure the Bitbucket credentials in Jenkins","datePublished":"2024-11-26T06:06:31+00:00","dateModified":"2025-02-17T12:00:44+00:00","mainEntityOfPage":{"@id":"https:\/\/pheonixsolutions.com\/blog\/how-to-configure-the-bitbucket-credentials-in-jenkins\/"},"wordCount":240,"commentCount":0,"publisher":{"@id":"https:\/\/pheonixsolutions.com\/blog\/#organization"},"image":{"@id":"https:\/\/pheonixsolutions.com\/blog\/how-to-configure-the-bitbucket-credentials-in-jenkins\/#primaryimage"},"thumbnailUrl":"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2024\/11\/image-2-1024x873.png","inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/pheonixsolutions.com\/blog\/how-to-configure-the-bitbucket-credentials-in-jenkins\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/pheonixsolutions.com\/blog\/how-to-configure-the-bitbucket-credentials-in-jenkins\/","url":"https:\/\/pheonixsolutions.com\/blog\/how-to-configure-the-bitbucket-credentials-in-jenkins\/","name":"Pheonix Solutions - We Empower Your Business Growth","isPartOf":{"@id":"https:\/\/pheonixsolutions.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/pheonixsolutions.com\/blog\/how-to-configure-the-bitbucket-credentials-in-jenkins\/#primaryimage"},"image":{"@id":"https:\/\/pheonixsolutions.com\/blog\/how-to-configure-the-bitbucket-credentials-in-jenkins\/#primaryimage"},"thumbnailUrl":"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2024\/11\/image-2-1024x873.png","datePublished":"2024-11-26T06:06:31+00:00","dateModified":"2025-02-17T12:00:44+00:00","breadcrumb":{"@id":"https:\/\/pheonixsolutions.com\/blog\/how-to-configure-the-bitbucket-credentials-in-jenkins\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/pheonixsolutions.com\/blog\/how-to-configure-the-bitbucket-credentials-in-jenkins\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/pheonixsolutions.com\/blog\/how-to-configure-the-bitbucket-credentials-in-jenkins\/#primaryimage","url":"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2024\/11\/image-2.png","contentUrl":"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2024\/11\/image-2.png","width":1920,"height":1636},{"@type":"BreadcrumbList","@id":"https:\/\/pheonixsolutions.com\/blog\/how-to-configure-the-bitbucket-credentials-in-jenkins\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/pheonixsolutions.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Configure the Bitbucket credentials in Jenkins"}]},{"@type":"WebSite","@id":"https:\/\/pheonixsolutions.com\/blog\/#website","url":"https:\/\/pheonixsolutions.com\/blog\/","name":"Pheonix Solutions","description":"We Empower Your Business Growth","publisher":{"@id":"https:\/\/pheonixsolutions.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/pheonixsolutions.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/pheonixsolutions.com\/blog\/#organization","name":"PheonixSolutions","url":"https:\/\/pheonixsolutions.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/pheonixsolutions.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2016\/12\/logo.png","contentUrl":"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2016\/12\/logo.png","width":454,"height":300,"caption":"PheonixSolutions"},"image":{"@id":"https:\/\/pheonixsolutions.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/PheonixSolutions-209942982759387\/","https:\/\/x.com\/pheonixsolution"]},{"@type":"Person","@id":"https:\/\/pheonixsolutions.com\/blog\/#\/schema\/person\/6ab408ebbf9dfadd98efe97ac6a1628c","name":"ajith kumar","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/a463c141c3488471a039f0a4d588a86bc78219e706133ac827f260f60ee9dc83?s=96&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/a463c141c3488471a039f0a4d588a86bc78219e706133ac827f260f60ee9dc83?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/a463c141c3488471a039f0a4d588a86bc78219e706133ac827f260f60ee9dc83?s=96&r=g","caption":"ajith kumar"},"url":"https:\/\/pheonixsolutions.com\/blog\/author\/ajithkumar\/"}]}},"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/p7F4uM-2aA","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/posts\/8344","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/users\/509"}],"replies":[{"embeddable":true,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/comments?post=8344"}],"version-history":[{"count":0,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/posts\/8344\/revisions"}],"wp:attachment":[{"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/media?parent=8344"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/categories?post=8344"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/tags?post=8344"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}