Jenkins Suite Job
Jenkins 에서 가장 많이 사용하는 Job 입니다. Jenkins에서 지원하는 기능(?)들은 대부분 Job으로 정의되어 있습니다. 그러다 보니 이 확장 프로그램에서도 가장 많은 기능이 적용되어 있습니다. 폴더 (이것 또한 Job) 생성을 비롯한 Job 및 생성/수정/삭제/복사/...
Jenkins 에서 가장 많이 사용하는 Job 입니다. Jenkins에서 지원하는 기능(?)들은 대부분 Job으로 정의되어 있습니다. 그러다 보니 이 확장 프로그램에서도 가장 많은 기능이 적용되어 있습니다. 폴더 (이것 또한 Job) 생성을 비롯한 Job 및 생성/수정/삭제/복사/...
대부분의 기능들이 별도의 사이드바에서 동작하던 것과 달리 이 기능은 사이드바의 전환없이 [Explorer (Ctrl+Shift+E)]에서 바로 배포하기를 원하는 경우에 사용할 수 있도록 만들었습니다. 그렇다 보니 많은 기능이 내포된 것이 아니라 개발 프로젝트에 종속되었기에 현재 프...
Jenkins 에서는 Job 를 만들 때 공통적으로 혹은 자주 사용하는 코드 (XML, Pipeline)들을 모아 두고 사용하기 편리하도록 리스트를 표시해 재사용하기 용이하도록 하였습니다. 그리고 자신만의 코드도 등록하여 사용 할 수 있습니다.
Jenkins 를 사용하면서 (설정을 변경하지 않고) 10분 혹은 30분 후에 한 번만 빌드를 했으면 하는 아쉬움이 있어서 만들었습니다. (그 사이 누군가 플러그인 개발을 완료했는 지도 모르겠지만^^;)
Jenkins 에 접속하면 처음 나오는 Dashboard (메인 페이지) 에서 볼 수 있는 View 의 리스트와 동일한 목록입니다. View 를 생성/수정 혹은 설정을 조회하거나 변경할 수 있습니다.
Jenkins Suite 를 사용하기 위해서는 Jenkins 서버의 설정을 해야 한다.
Jenkins Suite 를 설치하고 나면 좌측 Activity Bar 에 새로운 Jenkins 아이콘을 볼 수 있습니다. 그것을 클릭하면 Jenkins Suite 의 SideBar는 총 7개의 TreeView로 구성되어 있으며 다음과 같습니다.
Unlike most features that work in a separate sidebar, this feature is designed to be used when you want to deploy directly from Explorer (Ctrl+Shift+E) witho...
In Jenkins, we have collected common or frequently used codes (XML, Pipeline) when creating jobs and displayed a list for ease of use so that it is easy to r...
I made it because I was using Jenkins and wished I had only built once after 10 or 30 minutes (without changing the settings).
This is the most used job in Jenkins. Features supported by Jenkins (?) Most of them are defined as Jobs. As a result, this extension has the most features. ...
When you access Jenkins, it is the same list as the list in View that you can see in the first Dashboard (main page). You can create/modify a View or view or...
To use Jenkins Suite, you need to configure the Jenkins server.
Once you’ve installed Jenkins Suite, you’ll see a new Jenkins icon in the Activity Bar on the left. If you click on it, you will see that the SideBar in Jenk...
우선 Jenkins Suite에서 Jenkins 서버에 접근하기 위해서는 Jenkins 서버의 API 토큰을 발급받아야 합니다. 여기서는 Jenkins 서버 (예: http://192.168.0.1:8080/jenkins)가 있고 계정은 admin 이라는 전제로 설명을 진행하도록...
우선 Jenkins Suite에서 Jenkins 서버에 접근하기 위해서는 Jenkins 서버의 API 토큰을 발급받아야 합니다. 여기서는 Jenkins 서버 (예: http://192.168.0.1:8080/jenkins)가 있고 계정은 admin 이라는 전제로 설명을 진행하도록...
First of all, in order to access the Jenkins server from Jenkins Suite, you need to obtain an API token for the Jenkins server. In this case, we will procee...