{"id":8142,"date":"2018-07-19T16:07:07","date_gmt":"2018-07-19T16:07:07","guid":{"rendered":"https:\/\/appening.xyz\/?p=8142"},"modified":"2024-01-15T09:19:42","modified_gmt":"2024-01-15T09:19:42","slug":"how-to-integrate-maven-project-from-bitbucket-to-continuous-integration-jenkins","status":"publish","type":"post","link":"https:\/\/appening.co\/blog\/how-to-integrate-maven-project-from-bitbucket-to-continuous-integration-jenkins\/","title":{"rendered":"How to integrate Maven Project from Bitbucket to Continuous Integration Jenkins"},"content":{"rendered":"<p>First, let\u2019s understand what Continuous integration is. It\u2019s a process which allows you to identify errors in the starting. All development work is integrated as early as possible and artifacts are created and tested automatically.<\/p>\n<h2><span class=\"ez-toc-section\" id=\"now-what-is-bitbucket\"><\/span>Now, what is Bitbucket?<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>Bitbucket is the most commonly used tool for version control system, the whole team can add and commit the test scripts that are developed locally and push the changes to the bit.<\/p>\n<h2><span class=\"ez-toc-section\" id=\"how-is-jenkins-used\"><\/span>How is Jenkins used?<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>Jenkins is a widely used open source tool to perform continuous integration and build automation. It monitors the execution of the steps and allows to stop the process if one of the steps fails.<\/p>\n<p>Jenkins can pull the source code from Bitbucket server by selecting the option of source code management and specify the SSH key and can find the source code of your project.<\/p>\n<p>Now we will take you through the process step by step.<\/p>\n<ol>\n<li>To setup Jenkins, first of all, you have to download Jenkins.war file from the link- <a href=\"https:\/\/jenkins.io\">https:\/\/jenkins.io<\/a>\u00a0and copy that file to your c drive.<img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-8158 aligncenter\" src=\"https:\/\/appening.co\/blog\/wp-content\/uploads\/2018\/07\/image1-1.png\" alt=\"\" width=\"1139\" height=\"603\" \/><\/li>\n<li>Open a command prompt and execute &#8212;\n<ol>\n<li>\n<pre>java \u2013jar c:\/ jenkins.war<img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-8169 aligncenter\" src=\"https:\/\/appening.co\/blog\/wp-content\/uploads\/2018\/07\/image3.png\" alt=\"\" width=\"980\" height=\"188\" \/><\/pre>\n<\/li>\n<\/ol>\n<\/li>\n<li>When the installation is complete the browser will be launched. If it doesn\u2019t, open a browser- To browse http:\/\/localhost:8080<\/li>\n<li>To unlock Jenkins page, paste this password into the Administrator password field and click Continue.<img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-8171 aligncenter\" src=\"https:\/\/appening.co\/blog\/wp-content\/uploads\/2018\/07\/image2.jpg\" alt=\"\" width=\"990\" height=\"679\" \/><\/li>\n<li>When Jenkins is up and running you can click on <strong>Manage Jenkins<\/strong>.<\/li>\n<li>After that click on <strong>Manage Plugins.<img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-8176 aligncenter\" src=\"https:\/\/appening.co\/blog\/wp-content\/uploads\/2018\/07\/image5.png\" alt=\"\" width=\"819\" height=\"490\" \/><\/strong><\/li>\n<li>Move to Available tab<img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-8181 aligncenter\" src=\"https:\/\/appening.co\/blog\/wp-content\/uploads\/2018\/07\/image4.png\" alt=\"\" width=\"570\" height=\"348\" \/><\/li>\n<li>Search for <strong>Maven Integration plugin<\/strong> and <strong>Bit Integration<\/strong> by clicking on the checkbox.<br \/>\nMaven Integration plugin will allow you to add a maven project and <strong>Bit Integration<\/strong> plugin will allow you to pull source code from the repository.<\/li>\n<li>Then click <strong>install without start<\/strong> and wait for the installation, then click on restart.<\/li>\n<li>Comeback to <strong>Manage Jenkins<\/strong> page.<\/li>\n<li>Click on <strong>Global Tool Configuration<\/strong>.<img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-8182 aligncenter\" src=\"https:\/\/appening.co\/blog\/wp-content\/uploads\/2018\/07\/image7.png\" alt=\"\" width=\"819\" height=\"490\" \/><\/li>\n<li>Click on <strong>JDK Installations.<img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-8183 aligncenter\" src=\"https:\/\/appening.co\/blog\/wp-content\/uploads\/2018\/07\/image6.png\" alt=\"\" width=\"978\" height=\"465\" \/><\/strong><\/li>\n<li>Now add the JDK path.<img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-8184 aligncenter\" src=\"https:\/\/appening.co\/blog\/wp-content\/uploads\/2018\/07\/image9.png\" alt=\"\" width=\"994\" height=\"311\" \/><\/li>\n<li>Click on <strong>Add Git<\/strong> and add the Git path.<img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-8185 aligncenter\" src=\"https:\/\/appening.co\/blog\/wp-content\/uploads\/2018\/07\/image8.png\" alt=\"\" width=\"960\" height=\"272\" \/><\/li>\n<li>Click on\u00a0<strong>Maven installations<\/strong> and add the Maven path.<strong><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-8186 aligncenter\" src=\"https:\/\/appening.co\/blog\/wp-content\/uploads\/2018\/07\/image10.png\" alt=\"\" width=\"953\" height=\"308\" \/><\/strong><\/li>\n<li>Click on save. The configuration is done. Now you just need to create a Maven project.<\/li>\n<li>To create a new Project, you have to Move to Jenkins dashboard and click on Create New Job.<img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-8187 aligncenter\" src=\"https:\/\/appening.co\/blog\/wp-content\/uploads\/2018\/07\/image11.png\" alt=\"\" width=\"400\" height=\"193\" \/><\/li>\n<li>Just provide any Name for Project and select Maven Project for creating a maven project and then click on <strong>Ok<\/strong>.<img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-8188 aligncenter\" src=\"https:\/\/appening.co\/blog\/wp-content\/uploads\/2018\/07\/image13.png\" alt=\"\" width=\"945\" height=\"500\" \/><\/li>\n<li>Select Git in Source Code Management and enter your repository clone SSH\/HTTPS URL and add a valid username and password in credentials.<img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-8194 aligncenter\" src=\"https:\/\/appening.co\/blog\/wp-content\/uploads\/2018\/07\/image14.png\" alt=\"\" width=\"946\" height=\"338\" \/><\/li>\n<li>Scroll Down to <strong>Build<\/strong> under this in Goal and Options. Enter clean install or as you need.<img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-8195 aligncenter\" src=\"https:\/\/appening.co\/blog\/wp-content\/uploads\/2018\/07\/image15.png\" alt=\"\" width=\"950\" height=\"194\" \/><\/li>\n<li>Click on <strong>Save<\/strong>.<\/li>\n<li>Now you can click on <strong>Build<\/strong> and whenever you click on build, Jenkins will pull the latest commit source code from Bitbucket and generating a build. Also, it will generate a test report of that execution.<img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-8196 aligncenter\" src=\"https:\/\/appening.co\/blog\/wp-content\/uploads\/2018\/07\/image16.png\" alt=\"\" width=\"813\" height=\"461\" \/><span style=\"font-weight: 400;\">Hope you got some insight on how to \u00a0integrate Maven Project from Bitbucket to Continues integration Jenkins and found our tips useful. Suggestions are always welcome and appreciated. \u00a0<\/span><\/li>\n<\/ol>\n<div id=\"ez-toc-container\" class=\"ez-toc-v2_0_61 ez-toc-wrap-left counter-hierarchy ez-toc-counter ez-toc-white ez-toc-container-direction\">\n<div class=\"ez-toc-title-container\">\n<p class=\"ez-toc-title \" >Table of Contents<\/p>\n<span class=\"ez-toc-title-toggle\"><\/span><\/div>\n<nav><ul class='ez-toc-list ez-toc-list-level-1 ' ><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-1\" href=\"#\" data-href=\"https:\/\/appening.co\/blog\/how-to-integrate-maven-project-from-bitbucket-to-continuous-integration-jenkins\/#now-what-is-bitbucket\" title=\"Now, what is Bitbucket?\">Now, what is Bitbucket?<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-2\" href=\"#\" data-href=\"https:\/\/appening.co\/blog\/how-to-integrate-maven-project-from-bitbucket-to-continuous-integration-jenkins\/#how-is-jenkins-used\" title=\"How is Jenkins used?\">How is Jenkins used?<\/a><\/li><\/ul><\/nav><\/div>\n","protected":false},"excerpt":{"rendered":"<p>First, let\u2019s understand what Continuous integration is. It\u2019s a process which allows you to identify errors in the starting. All development work is integrated as early as possible and artifacts are created and tested automatically. Now, what is Bitbucket? Bitbucket is the most commonly used tool for version control system, the whole team can add [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":28437,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[808],"tags":[798,799,800,801,802,803,804,805,806,807,809],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to integrate Maven Project from Bitbucket to Continuous Integration Jenkins - appening<\/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:\/\/appening.co\/blog\/how-to-integrate-maven-project-from-bitbucket-to-continuous-integration-jenkins\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to integrate Maven Project from Bitbucket to Continuous Integration Jenkins - appening\" \/>\n<meta property=\"og:description\" content=\"First, let\u2019s understand what Continuous integration is. It\u2019s a process which allows you to identify errors in the starting. All development work is integrated as early as possible and artifacts are created and tested automatically. Now, what is Bitbucket? Bitbucket is the most commonly used tool for version control system, the whole team can add [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/appening.co\/blog\/how-to-integrate-maven-project-from-bitbucket-to-continuous-integration-jenkins\/\" \/>\n<meta property=\"og:site_name\" content=\"appening\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/appening.xyz\/\" \/>\n<meta property=\"article:published_time\" content=\"2018-07-19T16:07:07+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-01-15T09:19:42+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/appening.co\/blog\/wp-content\/uploads\/2018\/07\/Software-Testing-4-770x520-1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"770\" \/>\n\t<meta property=\"og:image:height\" content=\"520\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"appening\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@appening_xyz\" \/>\n<meta name=\"twitter:site\" content=\"@appening_xyz\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"appening\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/appening.co\/blog\/how-to-integrate-maven-project-from-bitbucket-to-continuous-integration-jenkins\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/appening.co\/blog\/how-to-integrate-maven-project-from-bitbucket-to-continuous-integration-jenkins\/\"},\"author\":{\"name\":\"appening\",\"@id\":\"https:\/\/appening.co\/blog\/#\/schema\/person\/0100bc469421e09ed22e38e660e8f155\"},\"headline\":\"How to integrate Maven Project from Bitbucket to Continuous Integration Jenkins\",\"datePublished\":\"2018-07-19T16:07:07+00:00\",\"dateModified\":\"2024-01-15T09:19:42+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/appening.co\/blog\/how-to-integrate-maven-project-from-bitbucket-to-continuous-integration-jenkins\/\"},\"wordCount\":506,\"commentCount\":1,\"publisher\":{\"@id\":\"https:\/\/appening.co\/blog\/#organization\"},\"keywords\":[\"Bitbucket\",\"Continuous Integration\",\"Development\",\"Java\",\"Jenkins\",\"Maven\",\"Maven Project\",\"Maven project demo\",\"Maven Project process\",\"Software development\",\"software testing\"],\"articleSection\":[\"Software Testing\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/appening.co\/blog\/how-to-integrate-maven-project-from-bitbucket-to-continuous-integration-jenkins\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/appening.co\/blog\/how-to-integrate-maven-project-from-bitbucket-to-continuous-integration-jenkins\/\",\"url\":\"https:\/\/appening.co\/blog\/how-to-integrate-maven-project-from-bitbucket-to-continuous-integration-jenkins\/\",\"name\":\"How to integrate Maven Project from Bitbucket to Continuous Integration Jenkins - appening\",\"isPartOf\":{\"@id\":\"https:\/\/appening.co\/blog\/#website\"},\"datePublished\":\"2018-07-19T16:07:07+00:00\",\"dateModified\":\"2024-01-15T09:19:42+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/appening.co\/blog\/how-to-integrate-maven-project-from-bitbucket-to-continuous-integration-jenkins\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/appening.co\/blog\/how-to-integrate-maven-project-from-bitbucket-to-continuous-integration-jenkins\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/appening.co\/blog\/how-to-integrate-maven-project-from-bitbucket-to-continuous-integration-jenkins\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/appening.co\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to integrate Maven Project from Bitbucket to Continuous Integration Jenkins\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/appening.co\/blog\/#website\",\"url\":\"https:\/\/appening.co\/blog\/\",\"name\":\"Appening\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/appening.co\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/appening.co\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/appening.co\/blog\/#organization\",\"name\":\"Appening\",\"url\":\"https:\/\/appening.co\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/appening.co\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/appening.co\/blog\/wp-content\/uploads\/2024\/01\/Appening_Light_PNG-copy.png\",\"contentUrl\":\"https:\/\/appening.co\/blog\/wp-content\/uploads\/2024\/01\/Appening_Light_PNG-copy.png\",\"width\":8002,\"height\":1794,\"caption\":\"Appening\"},\"image\":{\"@id\":\"https:\/\/appening.co\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/appening.xyz\/\",\"https:\/\/twitter.com\/appening_xyz\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/appening.co\/blog\/#\/schema\/person\/0100bc469421e09ed22e38e660e8f155\",\"name\":\"appening\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/appening.co\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/62ebb72214c8580415278108ecb20cac?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/62ebb72214c8580415278108ecb20cac?s=96&d=mm&r=g\",\"caption\":\"appening\"},\"url\":\"https:\/\/appening.co\/blog\/author\/appening\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to integrate Maven Project from Bitbucket to Continuous Integration Jenkins - appening","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:\/\/appening.co\/blog\/how-to-integrate-maven-project-from-bitbucket-to-continuous-integration-jenkins\/","og_locale":"en_US","og_type":"article","og_title":"How to integrate Maven Project from Bitbucket to Continuous Integration Jenkins - appening","og_description":"First, let\u2019s understand what Continuous integration is. It\u2019s a process which allows you to identify errors in the starting. All development work is integrated as early as possible and artifacts are created and tested automatically. Now, what is Bitbucket? Bitbucket is the most commonly used tool for version control system, the whole team can add [&hellip;]","og_url":"https:\/\/appening.co\/blog\/how-to-integrate-maven-project-from-bitbucket-to-continuous-integration-jenkins\/","og_site_name":"appening","article_publisher":"https:\/\/www.facebook.com\/appening.xyz\/","article_published_time":"2018-07-19T16:07:07+00:00","article_modified_time":"2024-01-15T09:19:42+00:00","og_image":[{"width":770,"height":520,"url":"https:\/\/appening.co\/blog\/wp-content\/uploads\/2018\/07\/Software-Testing-4-770x520-1.jpg","type":"image\/jpeg"}],"author":"appening","twitter_card":"summary_large_image","twitter_creator":"@appening_xyz","twitter_site":"@appening_xyz","twitter_misc":{"Written by":"appening","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/appening.co\/blog\/how-to-integrate-maven-project-from-bitbucket-to-continuous-integration-jenkins\/#article","isPartOf":{"@id":"https:\/\/appening.co\/blog\/how-to-integrate-maven-project-from-bitbucket-to-continuous-integration-jenkins\/"},"author":{"name":"appening","@id":"https:\/\/appening.co\/blog\/#\/schema\/person\/0100bc469421e09ed22e38e660e8f155"},"headline":"How to integrate Maven Project from Bitbucket to Continuous Integration Jenkins","datePublished":"2018-07-19T16:07:07+00:00","dateModified":"2024-01-15T09:19:42+00:00","mainEntityOfPage":{"@id":"https:\/\/appening.co\/blog\/how-to-integrate-maven-project-from-bitbucket-to-continuous-integration-jenkins\/"},"wordCount":506,"commentCount":1,"publisher":{"@id":"https:\/\/appening.co\/blog\/#organization"},"keywords":["Bitbucket","Continuous Integration","Development","Java","Jenkins","Maven","Maven Project","Maven project demo","Maven Project process","Software development","software testing"],"articleSection":["Software Testing"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/appening.co\/blog\/how-to-integrate-maven-project-from-bitbucket-to-continuous-integration-jenkins\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/appening.co\/blog\/how-to-integrate-maven-project-from-bitbucket-to-continuous-integration-jenkins\/","url":"https:\/\/appening.co\/blog\/how-to-integrate-maven-project-from-bitbucket-to-continuous-integration-jenkins\/","name":"How to integrate Maven Project from Bitbucket to Continuous Integration Jenkins - appening","isPartOf":{"@id":"https:\/\/appening.co\/blog\/#website"},"datePublished":"2018-07-19T16:07:07+00:00","dateModified":"2024-01-15T09:19:42+00:00","breadcrumb":{"@id":"https:\/\/appening.co\/blog\/how-to-integrate-maven-project-from-bitbucket-to-continuous-integration-jenkins\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/appening.co\/blog\/how-to-integrate-maven-project-from-bitbucket-to-continuous-integration-jenkins\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/appening.co\/blog\/how-to-integrate-maven-project-from-bitbucket-to-continuous-integration-jenkins\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/appening.co\/blog\/"},{"@type":"ListItem","position":2,"name":"How to integrate Maven Project from Bitbucket to Continuous Integration Jenkins"}]},{"@type":"WebSite","@id":"https:\/\/appening.co\/blog\/#website","url":"https:\/\/appening.co\/blog\/","name":"Appening","description":"","publisher":{"@id":"https:\/\/appening.co\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/appening.co\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/appening.co\/blog\/#organization","name":"Appening","url":"https:\/\/appening.co\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/appening.co\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/appening.co\/blog\/wp-content\/uploads\/2024\/01\/Appening_Light_PNG-copy.png","contentUrl":"https:\/\/appening.co\/blog\/wp-content\/uploads\/2024\/01\/Appening_Light_PNG-copy.png","width":8002,"height":1794,"caption":"Appening"},"image":{"@id":"https:\/\/appening.co\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/appening.xyz\/","https:\/\/twitter.com\/appening_xyz"]},{"@type":"Person","@id":"https:\/\/appening.co\/blog\/#\/schema\/person\/0100bc469421e09ed22e38e660e8f155","name":"appening","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/appening.co\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/62ebb72214c8580415278108ecb20cac?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/62ebb72214c8580415278108ecb20cac?s=96&d=mm&r=g","caption":"appening"},"url":"https:\/\/appening.co\/blog\/author\/appening\/"}]}},"_links":{"self":[{"href":"https:\/\/appening.co\/blog\/wp-json\/wp\/v2\/posts\/8142"}],"collection":[{"href":"https:\/\/appening.co\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/appening.co\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/appening.co\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/appening.co\/blog\/wp-json\/wp\/v2\/comments?post=8142"}],"version-history":[{"count":1,"href":"https:\/\/appening.co\/blog\/wp-json\/wp\/v2\/posts\/8142\/revisions"}],"predecessor-version":[{"id":28438,"href":"https:\/\/appening.co\/blog\/wp-json\/wp\/v2\/posts\/8142\/revisions\/28438"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/appening.co\/blog\/wp-json\/wp\/v2\/media\/28437"}],"wp:attachment":[{"href":"https:\/\/appening.co\/blog\/wp-json\/wp\/v2\/media?parent=8142"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/appening.co\/blog\/wp-json\/wp\/v2\/categories?post=8142"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/appening.co\/blog\/wp-json\/wp\/v2\/tags?post=8142"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}