deason 5 жил өмнө
parent
commit
a203fffe37
3 өөрчлөгдсөн 12 нэмэгдсэн , 0 устгасан
  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