deason 5 жил өмнө
parent
commit
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