Neeson

  • 홈
  • 태그
  • 방명록

CICD/Jenkins 2

jenkins pipeline

구성 환경 nexus repository maven jib sshpublisher plugin pipeline { agent any environment { // Nexus Repository credentials (use Jenkins credentials binding) NEXUS_USERNAME = credentials('nexus-username') NEXUS_PASSWORD = credentials('nexus-password') } stages { stage('Build') { steps { script { // Build the Maven project and push the Docker image to Nexus Repository sh 'mvn clean install' // Extrac..

CICD/Jenkins 2024.05.29

파이프라인 - 2대의 서버에 각각 배포 후 Health Check

Jenkins 배포 2대의 서버에 각각 Health Check 후 배포 진행 # 파이프라인 구성 내용 1호기 배포 -> HealthCheck -> 정상 확인 후 2호기 배포 및 확인 def gitUrl = "mygiturl" pipeline { agent any stages { stage('CheckOut'){ steps { // Get some code from a GitHub repository git branch: "branchname", url: "${gitUrl}", credentialsId: "gitcredentials" } } stage('Deploy1') { steps([$class: 'BapSshPromotionPublisherPlugin']) { sshPublisher( continue..

CICD/Jenkins 2023.09.04
이전
1
다음
더보기
프로필사진

Neeson

devops 를 꿈꾸는 cloud engineer 실무 중 필요했던 것 정리

  • 분류 전체보기 (56)
    • CICD (2)
      • Jenkins (2)
      • Maven (0)
      • Docker (0)
    • AWS (28)
      • ISMS (6)
    • Shell (3)
    • Python (7)
    • Linux (9)
      • ISMS (3)
    • 기타 솔루션 (3)
    • ELK (3)

Tag

filebeat, Lambda, Jenkins, eventbridge, ECR, OpenSearch, boto3, aws, jib, LF-tags, Logstash, isms, docker, RDS, sagemaker, Linux, Python, log, CloudTrail, OpenSSL,

최근글과 인기글

  • 최근글
  • 인기글

최근댓글

공지사항

  • Cloud 운영 관련 문의 환영

페이스북 트위터 플러그인

  • Facebook
  • Twitter

Archives

Calendar

«   2025/06   »
일 월 화 수 목 금 토
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30

방문자수Total

  • Today :
  • Yesterday :

Copyright © Kakao Corp. All rights reserved.

티스토리툴바