deason 5 năm trước cách đây
mục cha
commit
a203fffe37
3 tập tin đã thay đổi với 12 bổ sung0 xóa
  1. 4 0
      jenkins-dev.sh
  2. 4 0
      jenkins-prod.sh
  3. 4 0
      jenkins-test.sh

+ 4 - 0
jenkins-dev.sh

@@ -0,0 +1,4 @@
+#!/bin/bash
+
+pwd
+cp target/examcloud-app-api-distribution.zip ~/packages

+ 4 - 0
jenkins-prod.sh

@@ -0,0 +1,4 @@
+#!/bin/bash
+
+pwd
+cp target/examcloud-app-api-distribution.zip ~/packages

+ 4 - 0
jenkins-test.sh

@@ -0,0 +1,4 @@
+#!/bin/bash
+
+pwd
+cp target/examcloud-app-api-distribution.zip ~/packages