This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
examcloud-backend
/
examcloud-app-api
ウォッチ
2
スター
0
フォーク
0
ファイル
課題
0
プルリクエスト
0
Wiki
ソースを参照
sh
deason
5 年 前
親
a63e9618d5
コミット
a203fffe37
3 ファイル変更
、
12 行追加
、
0 行削除
分割表示
差分情報を表示
4
0
jenkins-dev.sh
4
0
jenkins-prod.sh
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