adding logs from the application

This commit is contained in:
Szakalakamaka
2020-09-28 14:55:33 +02:00
parent 4f4c545e0d
commit 9481af141c
2 changed files with 13 additions and 16 deletions

21
.idea/workspace.xml generated
View File

@@ -25,6 +25,7 @@
<list default="true" id="458cde88-df3d-44bc-9d57-a33823e2f1a6" name="Default Changelist" comment="">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Jenkinsfile" beforeDir="false" afterPath="$PROJECT_DIR$/Jenkinsfile" afterDir="false" />
<change beforePath="$PROJECT_DIR$/docker-compose.yml" beforeDir="false" afterPath="$PROJECT_DIR$/docker-compose.yml" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -198,13 +199,6 @@
<option name="presentableId" value="Default" />
<updated>1598862102028</updated>
</task>
<task id="LOCAL-00008" summary="read events based on dates and clientUUID">
<created>1599121146544</created>
<option name="number" value="00008" />
<option name="presentableId" value="LOCAL-00008" />
<option name="project" value="LOCAL" />
<updated>1599121146544</updated>
</task>
<task id="LOCAL-00009" summary="updating html pages">
<created>1599126033571</created>
<option name="number" value="00009" />
@@ -541,7 +535,14 @@
<option name="project" value="LOCAL" />
<updated>1601295490642</updated>
</task>
<option name="localTasksCounter" value="57" />
<task id="LOCAL-00057" summary="adding logs from the application">
<created>1601297400597</created>
<option name="number" value="00057" />
<option name="presentableId" value="LOCAL-00057" />
<option name="project" value="LOCAL" />
<updated>1601297400597</updated>
</task>
<option name="localTasksCounter" value="58" />
<servers />
</component>
<component name="UnknownFeatures">
@@ -684,13 +685,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="1601295491906">
<state x="361" y="145" key="Vcs.Push.Dialog.v2" timestamp="1601297402035">
<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="1601295491906" />
<state x="361" y="145" key="Vcs.Push.Dialog.v2/0.0.1536.824@0.0.1536.824" timestamp="1601297402035" />
<state x="478" y="145" width="579" height="592" key="find.popup" timestamp="1599656923861">
<screen x="0" y="0" width="1536" height="824" />
</state>

8
Jenkinsfile vendored
View File

@@ -12,12 +12,8 @@ pipeline {
stage('Deploy') {
steps {
sh "docker-compose up -d"
}
}
stage('Logs') {
steps {
sleep time: 1, unit: 'MINUTES'
sh 'docker logs klaus'
sleep time: 1, unit: 'MINUTES'
sh 'docker logs klaus'
}
}
}