deason 5 سال پیش
والد
کامیت
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