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