{"id":1638,"date":"2022-06-11T13:35:51","date_gmt":"2022-06-11T04:35:51","guid":{"rendered":"https:\/\/technologyagency.net\/wordpress\/?p=1638"},"modified":"2022-06-11T19:33:55","modified_gmt":"2022-06-11T10:33:55","slug":"circleci%e3%81%ae%e3%83%93%e3%83%ab%e3%83%89%e5%be%8c%e3%83%86%e3%82%b9%e3%83%88%e7%b5%90%e6%9e%9c%e3%81%8c%e8%a1%a8%e7%a4%ba%e3%81%95%e3%82%8c%e3%82%8b%e3%82%88%e3%81%86%e3%81%ab%e3%81%97%e3%81%9f","status":"publish","type":"post","link":"https:\/\/technologyagency.net\/wordpress\/2022\/06\/11\/circleci%e3%81%ae%e3%83%93%e3%83%ab%e3%83%89%e5%be%8c%e3%83%86%e3%82%b9%e3%83%88%e7%b5%90%e6%9e%9c%e3%81%8c%e8%a1%a8%e7%a4%ba%e3%81%95%e3%82%8c%e3%82%8b%e3%82%88%e3%81%86%e3%81%ab%e3%81%97%e3%81%9f\/","title":{"rendered":"CircleCI\u306e\u30d3\u30eb\u30c9\u5f8c\u30c6\u30b9\u30c8\u7d50\u679c\u304c\u8868\u793a\u3055\u308c\u308b\u3088\u3046\u306b\u3057\u305f\u3044"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">Junit\u306e\u30c6\u30b9\u30c8\u7d50\u679c\u3092\u8868\u793a<\/h2>\n\n\n\n<p>Maven Test\u306e\u5f8c\u306bJunit\u306e\u30c6\u30b9\u30c8\u7d50\u679c\u30d5\u30a1\u30a4\u30eb\u3092\u53ce\u96c6\u3059\u308b\u8a2d\u5b9a\u3092\u8ffd\u52a0\u3059\u308b\u3002<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: yaml; title: ; notranslate\" title=\"\">\n      # Publish test results.\n      - run:\n          name: Collect test results\n          command: |\n            mkdir -p ~\/junit\/\n            find . -type f -regex &quot;.*\/target\/surefire-reports\/.*xml&quot; -exec cp {} ~\/junit\/ \\;\n          when: always\n      - store_test_results:\n          path: ~\/junit\n<\/pre><\/div>\n\n\n<p>\u4e0b\u8a18\u306e\u901a\u308a\u30c6\u30b9\u30c8\u7d50\u679c\u304c\u8868\u793a\u3055\u308c\u308b\u3088\u3046\u306b\u306a\u308b\u3002<br><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"350\" class=\"wp-image-1641\" style=\"width: 600px;\" src=\"https:\/\/technologyagency.net\/wordpress\/wp-content\/uploads\/2022\/06\/ci7.png\" alt=\"\" srcset=\"https:\/\/technologyagency.net\/wordpress\/wp-content\/uploads\/2022\/06\/ci7.png 952w, https:\/\/technologyagency.net\/wordpress\/wp-content\/uploads\/2022\/06\/ci7-300x175.png 300w, https:\/\/technologyagency.net\/wordpress\/wp-content\/uploads\/2022\/06\/ci7-768x448.png 768w\" sizes=\"auto, (max-width: 709px) 85vw, (max-width: 909px) 67vw, (max-width: 984px) 61vw, (max-width: 1362px) 45vw, 600px\" \/><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Site\u3092\u8868\u793a<\/h2>\n\n\n\n<p>Maven\u3067\u5b9f\u884c\u3057\u305fCheckStyle\u3001SpotBugs\u3084JavaDoc\u7d50\u679c\u3092\u8868\u793a\u3059\u308b\u3088\u3046\u306b\u3057\u305f\u3044\u3002\u4e0b\u8a18\u306e\u901a\u308a\u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb\u306b\u8ffd\u8a18\u3057\u305f\u3002<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: yaml; title: ; notranslate\" title=\"\">\n      # Generate a site.\n      - run:\n          name: Site\n          command: mvn site\n      - store_artifacts:\n          path: target\/site\n          destination: reports\n<\/pre><\/div>\n\n\n<p>ARTIFACTS\u30bf\u30d6\u304b\u3089\u30d5\u30a1\u30a4\u30eb\u304c\u53c2\u7167\u3067\u304d\u308b\u3088\u3046\u306b\u306a\u308b\u3002<br><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"298\" class=\"wp-image-1645\" style=\"width: 500px;\" src=\"https:\/\/technologyagency.net\/wordpress\/wp-content\/uploads\/2022\/06\/ci8.png\" alt=\"\" srcset=\"https:\/\/technologyagency.net\/wordpress\/wp-content\/uploads\/2022\/06\/ci8.png 533w, https:\/\/technologyagency.net\/wordpress\/wp-content\/uploads\/2022\/06\/ci8-300x179.png 300w\" sizes=\"auto, (max-width: 500px) 85vw, 500px\" \/><\/p>\n\n\n\n<p>\u5b8c\u6210\u3057\u305f\u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb\u306fGitHub\u53c2\u7167\u306e\u3053\u3068\u3002<br><a href=\"https:\/\/github.com\/hide6644\/common\/blob\/circleci-project-setup\/.circleci\/config.yml\">https:\/\/github.com\/hide6644\/common\/blob\/circleci-project-setup\/.circleci\/config.yml<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Junit\u306e\u30c6\u30b9\u30c8\u7d50\u679c\u3092\u8868\u793a Maven Test\u306e\u5f8c\u306bJunit\u306e\u30c6\u30b9\u30c8\u7d50\u679c\u30d5\u30a1\u30a4\u30eb\u3092\u53ce\u96c6\u3059\u308b\u8a2d\u5b9a\u3092\u8ffd\u52a0\u3059\u308b\u3002 \u4e0b\u8a18\u306e\u901a\u308a\u30c6\u30b9\u30c8\u7d50\u679c\u304c\u8868\u793a\u3055\u308c\u308b\u3088\u3046\u306b\u306a\u308b\u3002 Site\u3092\u8868\u793a Maven\u3067\u5b9f\u884c\u3057\u305fCheckStyle\u3001S &hellip; <a href=\"https:\/\/technologyagency.net\/wordpress\/2022\/06\/11\/circleci%e3%81%ae%e3%83%93%e3%83%ab%e3%83%89%e5%be%8c%e3%83%86%e3%82%b9%e3%83%88%e7%b5%90%e6%9e%9c%e3%81%8c%e8%a1%a8%e7%a4%ba%e3%81%95%e3%82%8c%e3%82%8b%e3%82%88%e3%81%86%e3%81%ab%e3%81%97%e3%81%9f\/\" class=\"more-link\"><span class=\"screen-reader-text\">&#8220;CircleCI\u306e\u30d3\u30eb\u30c9\u5f8c\u30c6\u30b9\u30c8\u7d50\u679c\u304c\u8868\u793a\u3055\u308c\u308b\u3088\u3046\u306b\u3057\u305f\u3044&#8221; \u306e<\/span>\u7d9a\u304d\u3092\u8aad\u3080<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8],"tags":[70,5,20,68],"class_list":["post-1638","post","type-post","status-publish","format-standard","hentry","category-8","tag-circleci","tag-java","tag-junit","tag-maven"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>CircleCI\u306e\u30d3\u30eb\u30c9\u5f8c\u30c6\u30b9\u30c8\u7d50\u679c\u304c\u8868\u793a\u3055\u308c\u308b\u3088\u3046\u306b\u3057\u305f\u3044 - I want to lead an easy life.<\/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:\/\/technologyagency.net\/wordpress\/2022\/06\/11\/circleci\u306e\u30d3\u30eb\u30c9\u5f8c\u30c6\u30b9\u30c8\u7d50\u679c\u304c\u8868\u793a\u3055\u308c\u308b\u3088\u3046\u306b\u3057\u305f\/\" \/>\n<meta property=\"og:locale\" content=\"ja_JP\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"CircleCI\u306e\u30d3\u30eb\u30c9\u5f8c\u30c6\u30b9\u30c8\u7d50\u679c\u304c\u8868\u793a\u3055\u308c\u308b\u3088\u3046\u306b\u3057\u305f\u3044 - I want to lead an easy life.\" \/>\n<meta property=\"og:description\" content=\"Junit\u306e\u30c6\u30b9\u30c8\u7d50\u679c\u3092\u8868\u793a Maven Test\u306e\u5f8c\u306bJunit\u306e\u30c6\u30b9\u30c8\u7d50\u679c\u30d5\u30a1\u30a4\u30eb\u3092\u53ce\u96c6\u3059\u308b\u8a2d\u5b9a\u3092\u8ffd\u52a0\u3059\u308b\u3002 \u4e0b\u8a18\u306e\u901a\u308a\u30c6\u30b9\u30c8\u7d50\u679c\u304c\u8868\u793a\u3055\u308c\u308b\u3088\u3046\u306b\u306a\u308b\u3002 Site\u3092\u8868\u793a Maven\u3067\u5b9f\u884c\u3057\u305fCheckStyle\u3001S &hellip; &quot;CircleCI\u306e\u30d3\u30eb\u30c9\u5f8c\u30c6\u30b9\u30c8\u7d50\u679c\u304c\u8868\u793a\u3055\u308c\u308b\u3088\u3046\u306b\u3057\u305f\u3044&quot; \u306e\u7d9a\u304d\u3092\u8aad\u3080\" \/>\n<meta property=\"og:url\" content=\"https:\/\/technologyagency.net\/wordpress\/2022\/06\/11\/circleci\u306e\u30d3\u30eb\u30c9\u5f8c\u30c6\u30b9\u30c8\u7d50\u679c\u304c\u8868\u793a\u3055\u308c\u308b\u3088\u3046\u306b\u3057\u305f\/\" \/>\n<meta property=\"og:site_name\" content=\"I want to lead an easy life.\" \/>\n<meta property=\"article:published_time\" content=\"2022-06-11T04:35:51+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-06-11T10:33:55+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/technologyagency.net\/wordpress\/wp-content\/uploads\/2022\/06\/ci7.png\" \/>\n<meta name=\"author\" content=\"hide6644\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u57f7\u7b46\u8005\" \/>\n\t<meta name=\"twitter:data1\" content=\"hide6644\" \/>\n\t<meta name=\"twitter:label2\" content=\"\u63a8\u5b9a\u8aad\u307f\u53d6\u308a\u6642\u9593\" \/>\n\t<meta name=\"twitter:data2\" content=\"2\u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/technologyagency.net\\\/wordpress\\\/2022\\\/06\\\/11\\\/circleci%e3%81%ae%e3%83%93%e3%83%ab%e3%83%89%e5%be%8c%e3%83%86%e3%82%b9%e3%83%88%e7%b5%90%e6%9e%9c%e3%81%8c%e8%a1%a8%e7%a4%ba%e3%81%95%e3%82%8c%e3%82%8b%e3%82%88%e3%81%86%e3%81%ab%e3%81%97%e3%81%9f\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/technologyagency.net\\\/wordpress\\\/2022\\\/06\\\/11\\\/circleci%e3%81%ae%e3%83%93%e3%83%ab%e3%83%89%e5%be%8c%e3%83%86%e3%82%b9%e3%83%88%e7%b5%90%e6%9e%9c%e3%81%8c%e8%a1%a8%e7%a4%ba%e3%81%95%e3%82%8c%e3%82%8b%e3%82%88%e3%81%86%e3%81%ab%e3%81%97%e3%81%9f\\\/\"},\"author\":{\"name\":\"hide6644\",\"@id\":\"https:\\\/\\\/technologyagency.net\\\/wordpress\\\/#\\\/schema\\\/person\\\/a25355beaa102da2b2d79b00f5865b63\"},\"headline\":\"CircleCI\u306e\u30d3\u30eb\u30c9\u5f8c\u30c6\u30b9\u30c8\u7d50\u679c\u304c\u8868\u793a\u3055\u308c\u308b\u3088\u3046\u306b\u3057\u305f\u3044\",\"datePublished\":\"2022-06-11T04:35:51+00:00\",\"dateModified\":\"2022-06-11T10:33:55+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/technologyagency.net\\\/wordpress\\\/2022\\\/06\\\/11\\\/circleci%e3%81%ae%e3%83%93%e3%83%ab%e3%83%89%e5%be%8c%e3%83%86%e3%82%b9%e3%83%88%e7%b5%90%e6%9e%9c%e3%81%8c%e8%a1%a8%e7%a4%ba%e3%81%95%e3%82%8c%e3%82%8b%e3%82%88%e3%81%86%e3%81%ab%e3%81%97%e3%81%9f\\\/\"},\"wordCount\":22,\"commentCount\":1,\"image\":{\"@id\":\"https:\\\/\\\/technologyagency.net\\\/wordpress\\\/2022\\\/06\\\/11\\\/circleci%e3%81%ae%e3%83%93%e3%83%ab%e3%83%89%e5%be%8c%e3%83%86%e3%82%b9%e3%83%88%e7%b5%90%e6%9e%9c%e3%81%8c%e8%a1%a8%e7%a4%ba%e3%81%95%e3%82%8c%e3%82%8b%e3%82%88%e3%81%86%e3%81%ab%e3%81%97%e3%81%9f\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/technologyagency.net\\\/wordpress\\\/wp-content\\\/uploads\\\/2022\\\/06\\\/ci7.png\",\"keywords\":[\"CircleCI\",\"Java\",\"JUnit\",\"Maven\"],\"articleSection\":[\"\u904b\u7528&amp;\u958b\u767a\u6280\u8853\"],\"inLanguage\":\"ja\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/technologyagency.net\\\/wordpress\\\/2022\\\/06\\\/11\\\/circleci%e3%81%ae%e3%83%93%e3%83%ab%e3%83%89%e5%be%8c%e3%83%86%e3%82%b9%e3%83%88%e7%b5%90%e6%9e%9c%e3%81%8c%e8%a1%a8%e7%a4%ba%e3%81%95%e3%82%8c%e3%82%8b%e3%82%88%e3%81%86%e3%81%ab%e3%81%97%e3%81%9f\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/technologyagency.net\\\/wordpress\\\/2022\\\/06\\\/11\\\/circleci%e3%81%ae%e3%83%93%e3%83%ab%e3%83%89%e5%be%8c%e3%83%86%e3%82%b9%e3%83%88%e7%b5%90%e6%9e%9c%e3%81%8c%e8%a1%a8%e7%a4%ba%e3%81%95%e3%82%8c%e3%82%8b%e3%82%88%e3%81%86%e3%81%ab%e3%81%97%e3%81%9f\\\/\",\"url\":\"https:\\\/\\\/technologyagency.net\\\/wordpress\\\/2022\\\/06\\\/11\\\/circleci%e3%81%ae%e3%83%93%e3%83%ab%e3%83%89%e5%be%8c%e3%83%86%e3%82%b9%e3%83%88%e7%b5%90%e6%9e%9c%e3%81%8c%e8%a1%a8%e7%a4%ba%e3%81%95%e3%82%8c%e3%82%8b%e3%82%88%e3%81%86%e3%81%ab%e3%81%97%e3%81%9f\\\/\",\"name\":\"CircleCI\u306e\u30d3\u30eb\u30c9\u5f8c\u30c6\u30b9\u30c8\u7d50\u679c\u304c\u8868\u793a\u3055\u308c\u308b\u3088\u3046\u306b\u3057\u305f\u3044 - I want to lead an easy life.\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/technologyagency.net\\\/wordpress\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/technologyagency.net\\\/wordpress\\\/2022\\\/06\\\/11\\\/circleci%e3%81%ae%e3%83%93%e3%83%ab%e3%83%89%e5%be%8c%e3%83%86%e3%82%b9%e3%83%88%e7%b5%90%e6%9e%9c%e3%81%8c%e8%a1%a8%e7%a4%ba%e3%81%95%e3%82%8c%e3%82%8b%e3%82%88%e3%81%86%e3%81%ab%e3%81%97%e3%81%9f\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/technologyagency.net\\\/wordpress\\\/2022\\\/06\\\/11\\\/circleci%e3%81%ae%e3%83%93%e3%83%ab%e3%83%89%e5%be%8c%e3%83%86%e3%82%b9%e3%83%88%e7%b5%90%e6%9e%9c%e3%81%8c%e8%a1%a8%e7%a4%ba%e3%81%95%e3%82%8c%e3%82%8b%e3%82%88%e3%81%86%e3%81%ab%e3%81%97%e3%81%9f\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/technologyagency.net\\\/wordpress\\\/wp-content\\\/uploads\\\/2022\\\/06\\\/ci7.png\",\"datePublished\":\"2022-06-11T04:35:51+00:00\",\"dateModified\":\"2022-06-11T10:33:55+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/technologyagency.net\\\/wordpress\\\/#\\\/schema\\\/person\\\/a25355beaa102da2b2d79b00f5865b63\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/technologyagency.net\\\/wordpress\\\/2022\\\/06\\\/11\\\/circleci%e3%81%ae%e3%83%93%e3%83%ab%e3%83%89%e5%be%8c%e3%83%86%e3%82%b9%e3%83%88%e7%b5%90%e6%9e%9c%e3%81%8c%e8%a1%a8%e7%a4%ba%e3%81%95%e3%82%8c%e3%82%8b%e3%82%88%e3%81%86%e3%81%ab%e3%81%97%e3%81%9f\\\/#breadcrumb\"},\"inLanguage\":\"ja\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/technologyagency.net\\\/wordpress\\\/2022\\\/06\\\/11\\\/circleci%e3%81%ae%e3%83%93%e3%83%ab%e3%83%89%e5%be%8c%e3%83%86%e3%82%b9%e3%83%88%e7%b5%90%e6%9e%9c%e3%81%8c%e8%a1%a8%e7%a4%ba%e3%81%95%e3%82%8c%e3%82%8b%e3%82%88%e3%81%86%e3%81%ab%e3%81%97%e3%81%9f\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"ja\",\"@id\":\"https:\\\/\\\/technologyagency.net\\\/wordpress\\\/2022\\\/06\\\/11\\\/circleci%e3%81%ae%e3%83%93%e3%83%ab%e3%83%89%e5%be%8c%e3%83%86%e3%82%b9%e3%83%88%e7%b5%90%e6%9e%9c%e3%81%8c%e8%a1%a8%e7%a4%ba%e3%81%95%e3%82%8c%e3%82%8b%e3%82%88%e3%81%86%e3%81%ab%e3%81%97%e3%81%9f\\\/#primaryimage\",\"url\":\"https:\\\/\\\/technologyagency.net\\\/wordpress\\\/wp-content\\\/uploads\\\/2022\\\/06\\\/ci7.png\",\"contentUrl\":\"https:\\\/\\\/technologyagency.net\\\/wordpress\\\/wp-content\\\/uploads\\\/2022\\\/06\\\/ci7.png\",\"width\":952,\"height\":555},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/technologyagency.net\\\/wordpress\\\/2022\\\/06\\\/11\\\/circleci%e3%81%ae%e3%83%93%e3%83%ab%e3%83%89%e5%be%8c%e3%83%86%e3%82%b9%e3%83%88%e7%b5%90%e6%9e%9c%e3%81%8c%e8%a1%a8%e7%a4%ba%e3%81%95%e3%82%8c%e3%82%8b%e3%82%88%e3%81%86%e3%81%ab%e3%81%97%e3%81%9f\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u30db\u30fc\u30e0\",\"item\":\"https:\\\/\\\/technologyagency.net\\\/wordpress\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"CircleCI\u306e\u30d3\u30eb\u30c9\u5f8c\u30c6\u30b9\u30c8\u7d50\u679c\u304c\u8868\u793a\u3055\u308c\u308b\u3088\u3046\u306b\u3057\u305f\u3044\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/technologyagency.net\\\/wordpress\\\/#website\",\"url\":\"https:\\\/\\\/technologyagency.net\\\/wordpress\\\/\",\"name\":\"I want to lead an easy life.\",\"description\":\"Technical Notes\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/technologyagency.net\\\/wordpress\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ja\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/technologyagency.net\\\/wordpress\\\/#\\\/schema\\\/person\\\/a25355beaa102da2b2d79b00f5865b63\",\"name\":\"hide6644\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ja\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/a5df48aece572798f5aacd2dd90331e28bd249c13f736badb5116e3d43c5d5e9?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/a5df48aece572798f5aacd2dd90331e28bd249c13f736badb5116e3d43c5d5e9?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/a5df48aece572798f5aacd2dd90331e28bd249c13f736badb5116e3d43c5d5e9?s=96&d=mm&r=g\",\"caption\":\"hide6644\"},\"url\":\"https:\\\/\\\/technologyagency.net\\\/wordpress\\\/author\\\/hide6644\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"CircleCI\u306e\u30d3\u30eb\u30c9\u5f8c\u30c6\u30b9\u30c8\u7d50\u679c\u304c\u8868\u793a\u3055\u308c\u308b\u3088\u3046\u306b\u3057\u305f\u3044 - I want to lead an easy life.","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:\/\/technologyagency.net\/wordpress\/2022\/06\/11\/circleci\u306e\u30d3\u30eb\u30c9\u5f8c\u30c6\u30b9\u30c8\u7d50\u679c\u304c\u8868\u793a\u3055\u308c\u308b\u3088\u3046\u306b\u3057\u305f\/","og_locale":"ja_JP","og_type":"article","og_title":"CircleCI\u306e\u30d3\u30eb\u30c9\u5f8c\u30c6\u30b9\u30c8\u7d50\u679c\u304c\u8868\u793a\u3055\u308c\u308b\u3088\u3046\u306b\u3057\u305f\u3044 - I want to lead an easy life.","og_description":"Junit\u306e\u30c6\u30b9\u30c8\u7d50\u679c\u3092\u8868\u793a Maven Test\u306e\u5f8c\u306bJunit\u306e\u30c6\u30b9\u30c8\u7d50\u679c\u30d5\u30a1\u30a4\u30eb\u3092\u53ce\u96c6\u3059\u308b\u8a2d\u5b9a\u3092\u8ffd\u52a0\u3059\u308b\u3002 \u4e0b\u8a18\u306e\u901a\u308a\u30c6\u30b9\u30c8\u7d50\u679c\u304c\u8868\u793a\u3055\u308c\u308b\u3088\u3046\u306b\u306a\u308b\u3002 Site\u3092\u8868\u793a Maven\u3067\u5b9f\u884c\u3057\u305fCheckStyle\u3001S &hellip; \"CircleCI\u306e\u30d3\u30eb\u30c9\u5f8c\u30c6\u30b9\u30c8\u7d50\u679c\u304c\u8868\u793a\u3055\u308c\u308b\u3088\u3046\u306b\u3057\u305f\u3044\" \u306e\u7d9a\u304d\u3092\u8aad\u3080","og_url":"https:\/\/technologyagency.net\/wordpress\/2022\/06\/11\/circleci\u306e\u30d3\u30eb\u30c9\u5f8c\u30c6\u30b9\u30c8\u7d50\u679c\u304c\u8868\u793a\u3055\u308c\u308b\u3088\u3046\u306b\u3057\u305f\/","og_site_name":"I want to lead an easy life.","article_published_time":"2022-06-11T04:35:51+00:00","article_modified_time":"2022-06-11T10:33:55+00:00","og_image":[{"url":"https:\/\/technologyagency.net\/wordpress\/wp-content\/uploads\/2022\/06\/ci7.png","type":"","width":"","height":""}],"author":"hide6644","twitter_card":"summary_large_image","twitter_misc":{"\u57f7\u7b46\u8005":"hide6644","\u63a8\u5b9a\u8aad\u307f\u53d6\u308a\u6642\u9593":"2\u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/technologyagency.net\/wordpress\/2022\/06\/11\/circleci%e3%81%ae%e3%83%93%e3%83%ab%e3%83%89%e5%be%8c%e3%83%86%e3%82%b9%e3%83%88%e7%b5%90%e6%9e%9c%e3%81%8c%e8%a1%a8%e7%a4%ba%e3%81%95%e3%82%8c%e3%82%8b%e3%82%88%e3%81%86%e3%81%ab%e3%81%97%e3%81%9f\/#article","isPartOf":{"@id":"https:\/\/technologyagency.net\/wordpress\/2022\/06\/11\/circleci%e3%81%ae%e3%83%93%e3%83%ab%e3%83%89%e5%be%8c%e3%83%86%e3%82%b9%e3%83%88%e7%b5%90%e6%9e%9c%e3%81%8c%e8%a1%a8%e7%a4%ba%e3%81%95%e3%82%8c%e3%82%8b%e3%82%88%e3%81%86%e3%81%ab%e3%81%97%e3%81%9f\/"},"author":{"name":"hide6644","@id":"https:\/\/technologyagency.net\/wordpress\/#\/schema\/person\/a25355beaa102da2b2d79b00f5865b63"},"headline":"CircleCI\u306e\u30d3\u30eb\u30c9\u5f8c\u30c6\u30b9\u30c8\u7d50\u679c\u304c\u8868\u793a\u3055\u308c\u308b\u3088\u3046\u306b\u3057\u305f\u3044","datePublished":"2022-06-11T04:35:51+00:00","dateModified":"2022-06-11T10:33:55+00:00","mainEntityOfPage":{"@id":"https:\/\/technologyagency.net\/wordpress\/2022\/06\/11\/circleci%e3%81%ae%e3%83%93%e3%83%ab%e3%83%89%e5%be%8c%e3%83%86%e3%82%b9%e3%83%88%e7%b5%90%e6%9e%9c%e3%81%8c%e8%a1%a8%e7%a4%ba%e3%81%95%e3%82%8c%e3%82%8b%e3%82%88%e3%81%86%e3%81%ab%e3%81%97%e3%81%9f\/"},"wordCount":22,"commentCount":1,"image":{"@id":"https:\/\/technologyagency.net\/wordpress\/2022\/06\/11\/circleci%e3%81%ae%e3%83%93%e3%83%ab%e3%83%89%e5%be%8c%e3%83%86%e3%82%b9%e3%83%88%e7%b5%90%e6%9e%9c%e3%81%8c%e8%a1%a8%e7%a4%ba%e3%81%95%e3%82%8c%e3%82%8b%e3%82%88%e3%81%86%e3%81%ab%e3%81%97%e3%81%9f\/#primaryimage"},"thumbnailUrl":"https:\/\/technologyagency.net\/wordpress\/wp-content\/uploads\/2022\/06\/ci7.png","keywords":["CircleCI","Java","JUnit","Maven"],"articleSection":["\u904b\u7528&amp;\u958b\u767a\u6280\u8853"],"inLanguage":"ja","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/technologyagency.net\/wordpress\/2022\/06\/11\/circleci%e3%81%ae%e3%83%93%e3%83%ab%e3%83%89%e5%be%8c%e3%83%86%e3%82%b9%e3%83%88%e7%b5%90%e6%9e%9c%e3%81%8c%e8%a1%a8%e7%a4%ba%e3%81%95%e3%82%8c%e3%82%8b%e3%82%88%e3%81%86%e3%81%ab%e3%81%97%e3%81%9f\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/technologyagency.net\/wordpress\/2022\/06\/11\/circleci%e3%81%ae%e3%83%93%e3%83%ab%e3%83%89%e5%be%8c%e3%83%86%e3%82%b9%e3%83%88%e7%b5%90%e6%9e%9c%e3%81%8c%e8%a1%a8%e7%a4%ba%e3%81%95%e3%82%8c%e3%82%8b%e3%82%88%e3%81%86%e3%81%ab%e3%81%97%e3%81%9f\/","url":"https:\/\/technologyagency.net\/wordpress\/2022\/06\/11\/circleci%e3%81%ae%e3%83%93%e3%83%ab%e3%83%89%e5%be%8c%e3%83%86%e3%82%b9%e3%83%88%e7%b5%90%e6%9e%9c%e3%81%8c%e8%a1%a8%e7%a4%ba%e3%81%95%e3%82%8c%e3%82%8b%e3%82%88%e3%81%86%e3%81%ab%e3%81%97%e3%81%9f\/","name":"CircleCI\u306e\u30d3\u30eb\u30c9\u5f8c\u30c6\u30b9\u30c8\u7d50\u679c\u304c\u8868\u793a\u3055\u308c\u308b\u3088\u3046\u306b\u3057\u305f\u3044 - I want to lead an easy life.","isPartOf":{"@id":"https:\/\/technologyagency.net\/wordpress\/#website"},"primaryImageOfPage":{"@id":"https:\/\/technologyagency.net\/wordpress\/2022\/06\/11\/circleci%e3%81%ae%e3%83%93%e3%83%ab%e3%83%89%e5%be%8c%e3%83%86%e3%82%b9%e3%83%88%e7%b5%90%e6%9e%9c%e3%81%8c%e8%a1%a8%e7%a4%ba%e3%81%95%e3%82%8c%e3%82%8b%e3%82%88%e3%81%86%e3%81%ab%e3%81%97%e3%81%9f\/#primaryimage"},"image":{"@id":"https:\/\/technologyagency.net\/wordpress\/2022\/06\/11\/circleci%e3%81%ae%e3%83%93%e3%83%ab%e3%83%89%e5%be%8c%e3%83%86%e3%82%b9%e3%83%88%e7%b5%90%e6%9e%9c%e3%81%8c%e8%a1%a8%e7%a4%ba%e3%81%95%e3%82%8c%e3%82%8b%e3%82%88%e3%81%86%e3%81%ab%e3%81%97%e3%81%9f\/#primaryimage"},"thumbnailUrl":"https:\/\/technologyagency.net\/wordpress\/wp-content\/uploads\/2022\/06\/ci7.png","datePublished":"2022-06-11T04:35:51+00:00","dateModified":"2022-06-11T10:33:55+00:00","author":{"@id":"https:\/\/technologyagency.net\/wordpress\/#\/schema\/person\/a25355beaa102da2b2d79b00f5865b63"},"breadcrumb":{"@id":"https:\/\/technologyagency.net\/wordpress\/2022\/06\/11\/circleci%e3%81%ae%e3%83%93%e3%83%ab%e3%83%89%e5%be%8c%e3%83%86%e3%82%b9%e3%83%88%e7%b5%90%e6%9e%9c%e3%81%8c%e8%a1%a8%e7%a4%ba%e3%81%95%e3%82%8c%e3%82%8b%e3%82%88%e3%81%86%e3%81%ab%e3%81%97%e3%81%9f\/#breadcrumb"},"inLanguage":"ja","potentialAction":[{"@type":"ReadAction","target":["https:\/\/technologyagency.net\/wordpress\/2022\/06\/11\/circleci%e3%81%ae%e3%83%93%e3%83%ab%e3%83%89%e5%be%8c%e3%83%86%e3%82%b9%e3%83%88%e7%b5%90%e6%9e%9c%e3%81%8c%e8%a1%a8%e7%a4%ba%e3%81%95%e3%82%8c%e3%82%8b%e3%82%88%e3%81%86%e3%81%ab%e3%81%97%e3%81%9f\/"]}]},{"@type":"ImageObject","inLanguage":"ja","@id":"https:\/\/technologyagency.net\/wordpress\/2022\/06\/11\/circleci%e3%81%ae%e3%83%93%e3%83%ab%e3%83%89%e5%be%8c%e3%83%86%e3%82%b9%e3%83%88%e7%b5%90%e6%9e%9c%e3%81%8c%e8%a1%a8%e7%a4%ba%e3%81%95%e3%82%8c%e3%82%8b%e3%82%88%e3%81%86%e3%81%ab%e3%81%97%e3%81%9f\/#primaryimage","url":"https:\/\/technologyagency.net\/wordpress\/wp-content\/uploads\/2022\/06\/ci7.png","contentUrl":"https:\/\/technologyagency.net\/wordpress\/wp-content\/uploads\/2022\/06\/ci7.png","width":952,"height":555},{"@type":"BreadcrumbList","@id":"https:\/\/technologyagency.net\/wordpress\/2022\/06\/11\/circleci%e3%81%ae%e3%83%93%e3%83%ab%e3%83%89%e5%be%8c%e3%83%86%e3%82%b9%e3%83%88%e7%b5%90%e6%9e%9c%e3%81%8c%e8%a1%a8%e7%a4%ba%e3%81%95%e3%82%8c%e3%82%8b%e3%82%88%e3%81%86%e3%81%ab%e3%81%97%e3%81%9f\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u30db\u30fc\u30e0","item":"https:\/\/technologyagency.net\/wordpress\/"},{"@type":"ListItem","position":2,"name":"CircleCI\u306e\u30d3\u30eb\u30c9\u5f8c\u30c6\u30b9\u30c8\u7d50\u679c\u304c\u8868\u793a\u3055\u308c\u308b\u3088\u3046\u306b\u3057\u305f\u3044"}]},{"@type":"WebSite","@id":"https:\/\/technologyagency.net\/wordpress\/#website","url":"https:\/\/technologyagency.net\/wordpress\/","name":"I want to lead an easy life.","description":"Technical Notes","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/technologyagency.net\/wordpress\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ja"},{"@type":"Person","@id":"https:\/\/technologyagency.net\/wordpress\/#\/schema\/person\/a25355beaa102da2b2d79b00f5865b63","name":"hide6644","image":{"@type":"ImageObject","inLanguage":"ja","@id":"https:\/\/secure.gravatar.com\/avatar\/a5df48aece572798f5aacd2dd90331e28bd249c13f736badb5116e3d43c5d5e9?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/a5df48aece572798f5aacd2dd90331e28bd249c13f736badb5116e3d43c5d5e9?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/a5df48aece572798f5aacd2dd90331e28bd249c13f736badb5116e3d43c5d5e9?s=96&d=mm&r=g","caption":"hide6644"},"url":"https:\/\/technologyagency.net\/wordpress\/author\/hide6644\/"}]}},"_links":{"self":[{"href":"https:\/\/technologyagency.net\/wordpress\/wp-json\/wp\/v2\/posts\/1638","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/technologyagency.net\/wordpress\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/technologyagency.net\/wordpress\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/technologyagency.net\/wordpress\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/technologyagency.net\/wordpress\/wp-json\/wp\/v2\/comments?post=1638"}],"version-history":[{"count":4,"href":"https:\/\/technologyagency.net\/wordpress\/wp-json\/wp\/v2\/posts\/1638\/revisions"}],"predecessor-version":[{"id":1646,"href":"https:\/\/technologyagency.net\/wordpress\/wp-json\/wp\/v2\/posts\/1638\/revisions\/1646"}],"wp:attachment":[{"href":"https:\/\/technologyagency.net\/wordpress\/wp-json\/wp\/v2\/media?parent=1638"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/technologyagency.net\/wordpress\/wp-json\/wp\/v2\/categories?post=1638"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/technologyagency.net\/wordpress\/wp-json\/wp\/v2\/tags?post=1638"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}