deason 5 년 전
부모
커밋
aaedbd9924
3개의 변경된 파일15개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      jenkins-dev.sh
  2. 5 0
      jenkins-prod.sh
  3. 5 0
      jenkins-test.sh

+ 5 - 0
jenkins-dev.sh

@@ -0,0 +1,5 @@
+#!/bin/bash
+pwd
+
+cd examcloud-core-print-starter/target
+cp examcloud-core-print-distribution.zip ~/packages

+ 5 - 0
jenkins-prod.sh

@@ -0,0 +1,5 @@
+#!/bin/bash
+pwd
+
+cd examcloud-core-print-starter/target
+cp examcloud-core-print-distribution.zip ~/packages

+ 5 - 0
jenkins-test.sh

@@ -0,0 +1,5 @@
+#!/bin/bash
+pwd
+
+cd examcloud-core-print-starter/target
+cp examcloud-core-print-distribution.zip ~/packages