This website works better with JavaScript
Home
Explore
Help
Sign In
examcloud-backend
/
examcloud-app-api
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
sh
deason
5 years ago
parent
a63e9618d5
commit
a203fffe37
3 changed files
with
12 additions
and
0 deletions
Split View
Show Diff Stats
4
0
jenkins-dev.sh
4
0
jenkins-prod.sh
4
0
jenkins-test.sh
+ 4
- 0
jenkins-dev.sh
View File
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+pwd
+cp target/examcloud-app-api-distribution.zip ~/packages
+ 4
- 0
jenkins-prod.sh
View File
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+pwd
+cp target/examcloud-app-api-distribution.zip ~/packages
+ 4
- 0
jenkins-test.sh
View File
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+pwd
+cp target/examcloud-app-api-distribution.zip ~/packages