adding logs from the application

This commit is contained in:
Szakalakamaka
2020-09-28 14:18:10 +02:00
parent 0442310dee
commit 93cab46bbd
2 changed files with 18 additions and 24 deletions

34
.idea/workspace.xml generated
View File

@@ -198,20 +198,6 @@
<option name="presentableId" value="Default" />
<updated>1598862102028</updated>
</task>
<task id="LOCAL-00005" summary="html form for events">
<created>1599058217332</created>
<option name="number" value="00005" />
<option name="presentableId" value="LOCAL-00005" />
<option name="project" value="LOCAL" />
<updated>1599058217332</updated>
</task>
<task id="LOCAL-00006" summary="get events by days">
<created>1599059677555</created>
<option name="number" value="00006" />
<option name="presentableId" value="LOCAL-00006" />
<option name="project" value="LOCAL" />
<updated>1599059677555</updated>
</task>
<task id="LOCAL-00007" summary="fix for passing default clientUUID in the html form">
<created>1599062582833</created>
<option name="number" value="00007" />
@@ -541,7 +527,21 @@
<option name="project" value="LOCAL" />
<updated>1601294193992</updated>
</task>
<option name="localTasksCounter" value="54" />
<task id="LOCAL-00054" summary="adding logs from the application">
<created>1601294810984</created>
<option name="number" value="00054" />
<option name="presentableId" value="LOCAL-00054" />
<option name="project" value="LOCAL" />
<updated>1601294810984</updated>
</task>
<task id="LOCAL-00055" summary="adding logs from the application">
<created>1601295096309</created>
<option name="number" value="00055" />
<option name="presentableId" value="LOCAL-00055" />
<option name="project" value="LOCAL" />
<updated>1601295096309</updated>
</task>
<option name="localTasksCounter" value="56" />
<servers />
</component>
<component name="UnknownFeatures">
@@ -684,13 +684,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="1601294195998">
<state x="361" y="145" key="Vcs.Push.Dialog.v2" timestamp="1601295097744">
<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="1601294195998" />
<state x="361" y="145" key="Vcs.Push.Dialog.v2/0.0.1536.824@0.0.1536.824" timestamp="1601295097744" />
<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

@@ -1,7 +1,7 @@
pipeline {
agent any
stages {
stage('docker-compose') {
stage('Build') {
steps {
sh "docker-compose build"
}
@@ -11,11 +11,5 @@ pipeline {
sh "docker-compose up -d"
}
}
stage('Deploy') {
steps {
sleep time: 1, unit: 'MINUTES'
sh 'docker logs klaus'
}
}
}
}