This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
examcloud-backend
/
examcloud-app-api
Sledovat
2
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Procházet zdrojové kódy
sh
deason
před 5 roky
rodič
a63e9618d5
revize
a203fffe37
3 změnil soubory
, kde provedl
12 přidání
a
0 odebrání
Rozdělené zobrazení
Ukázat statistiku rozdílových dat
4
0
jenkins-dev.sh
4
0
jenkins-prod.sh
4
0
jenkins-test.sh
+ 4
- 0
jenkins-dev.sh
Zobrazit soubor
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+pwd
+cp target/examcloud-app-api-distribution.zip ~/packages
+ 4
- 0
jenkins-prod.sh
Zobrazit soubor
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+pwd
+cp target/examcloud-app-api-distribution.zip ~/packages
+ 4
- 0
jenkins-test.sh
Zobrazit soubor
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+pwd
+cp target/examcloud-app-api-distribution.zip ~/packages