jenkins - testing remote deploy

This commit is contained in:
Szakalakamaka
2020-09-29 13:12:12 +02:00
parent 834f300bc4
commit 85df18ada0
2 changed files with 12 additions and 12 deletions

22
.idea/workspace.xml generated
View File

@@ -23,7 +23,7 @@
</component>
<component name="ChangeListManager">
<list default="true" id="458cde88-df3d-44bc-9d57-a33823e2f1a6" name="Default Changelist" comment="">
<change beforePath="$PROJECT_DIR$/Jenkinsfile" beforeDir="false" afterPath="$PROJECT_DIR$/Jenkinsfile" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -197,13 +197,6 @@
<option name="presentableId" value="Default" />
<updated>1598862102028</updated>
</task>
<task id="LOCAL-00016" summary="- changing log appender's DB">
<created>1599469144625</created>
<option name="number" value="00016" />
<option name="presentableId" value="LOCAL-00016" />
<option name="project" value="LOCAL" />
<updated>1599469144625</updated>
</task>
<task id="LOCAL-00017" summary="Refactoring:&#10;- add new headers form&#10;- global Model Attributes">
<created>1599483619095</created>
<option name="number" value="00017" />
@@ -540,7 +533,14 @@
<option name="project" value="LOCAL" />
<updated>1601370283199</updated>
</task>
<option name="localTasksCounter" value="65" />
<task id="LOCAL-00065" summary="jenkins - testing remote deploy">
<created>1601371391685</created>
<option name="number" value="00065" />
<option name="presentableId" value="LOCAL-00065" />
<option name="project" value="LOCAL" />
<updated>1601371391685</updated>
</task>
<option name="localTasksCounter" value="66" />
<servers />
</component>
<component name="UnknownFeatures">
@@ -683,13 +683,13 @@
</state>
<state x="277" y="57" key="SettingsEditor/0.0.1536.824/1920.0.1920.1040@0.0.1536.824" timestamp="1600935670743" />
<state x="277" y="57" key="SettingsEditor/0.0.1536.824@0.0.1536.824" timestamp="1600868466042" />
<state x="361" y="145" key="Vcs.Push.Dialog.v2" timestamp="1601370284711">
<state x="361" y="145" key="Vcs.Push.Dialog.v2" timestamp="1601371393242">
<screen x="0" y="0" width="1536" height="824" />
</state>
<state x="451" y="183" key="Vcs.Push.Dialog.v2/-1920.0.1536.832/0.0.1920.1040@0.0.1920.1040" timestamp="1600275760386" />
<state x="361" y="145" key="Vcs.Push.Dialog.v2/0.0.1536.824/1920.0.1920.1040@0.0.1536.824" timestamp="1600350277680" />
<state x="2371" y="183" key="Vcs.Push.Dialog.v2/0.0.1536.824/1920.0.1920.1040@1920.0.1920.1040" timestamp="1600351824385" />
<state x="361" y="145" key="Vcs.Push.Dialog.v2/0.0.1536.824@0.0.1536.824" timestamp="1601370284711" />
<state x="361" y="145" key="Vcs.Push.Dialog.v2/0.0.1536.824@0.0.1536.824" timestamp="1601371393242" />
<state x="478" y="145" width="579" height="592" key="find.popup" timestamp="1599656923861">
<screen x="0" y="0" width="1536" height="824" />
</state>

2
Jenkinsfile vendored
View File

@@ -12,7 +12,7 @@ pipeline {
stage('Deploy') {
steps {
sh "docker-compose up -d"
sh "scp -r klaus s5000xvn.zipper.release11.com:/home/zukowicr"
sh "ssh jenkins@s5000xvn echo 'Dupa dupa dupa'"
}
}
stage('Logs') {