deason 5 éve
szülő
commit
a203fffe37
3 módosított fájl, 12 hozzáadás és 0 törlés
  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