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