버전 비교

  • 이 줄이 추가되었습니다.
  • 이 줄이 삭제되었습니다.
  • 서식이 변경되었습니다.



CURVC DevOps Confluence


브에서 운영하는 DevOps 지식 기반 공간에 오신것을 환영합니다. DevOps, ALM, Agile과 관련된 Atlassian,
SonarQube, Open Source, CURVC 솔루션에 대한 다양한 정보를 확인할 수 있습니다.


Livesearch
spaceKeyASD
sizelarge
additionalpage excerpt
placeholder검색


 

Products Guide -



Atlassian Jira Guide

Atlassian Jira 설치, 사용자, 관리자 가이드를 제공합니다.

Atlassian Confluence Guide

Atlassian Confluence 설치, 사용자, 관리자 가이드를 제공합니다.

Atlassian Bitbucket Guide

Atlassian Bitbucket 설치, 사용자, 관리자 가이드를 제공합니다.



Atlassian Bamboo Guide

Atlassian Bamboo 설치, 사용자, 관리자 가이드를 제공합니다. 



Atlassian Crowd Guide

Atlassian Crowd 설치, 사용자 관리자 가이드를 제공합니다.



SonarQube Guide

SonarQube 설치, 사용자, 관리자 가이드를 제공합니다.




- CURVC News -




Blog box list
Number6

HTML
<div id="blog-cards" style="display:flex;flex-wrap:wrap;"></div>
<script>
fetch("/rest/scriptrunner/latest/custom/blogcards?spaceKey=ASD&limit=6")
  .then(res => res.json())
  .then(data => {
    const container = document.getElementById("blog-cards");
    data.forEach(blog => {
      container.innerHTML += `
        <div style="width: 30%; margin: 1%; box-shadow: 0px 5px 10px rgba(0,0,0,0.3);">
          <img src="${blog.image}" style="width: 100%; height: 200px; object-fit: cover;">
          <div style="padding: 15px;">
            <div style="font-size: 0.9rem; color: gray;">${blog.date}</div>
            <h3 style="margin: 10px 0;"><a href="${blog.link}" style="text-decoration: none; color: black;">${blog.title}</a></h3>
            <p style="overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;">${blog.excerpt}</p>
          </div>
        </div>
      `;
    });
  });
</script>



- Others -




Contributor


Contributors Summary
scopedescendants
showAnonymoustrue

Recently updated articles


최근 변경사항
typespage,blogpost
max20
hideHeadingtrue
themesidebar