adding logs from the application

This commit is contained in:
Szakalakamaka
2020-09-28 14:06:50 +02:00
parent c820560efe
commit 15486207a4
2 changed files with 15 additions and 15 deletions

26
.idea/workspace.xml generated
View File

@@ -22,11 +22,7 @@
<select />
</component>
<component name="ChangeListManager">
<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$/Dockerfile" beforeDir="false" afterPath="$PROJECT_DIR$/Dockerfile" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Jenkinsfile" beforeDir="false" afterPath="$PROJECT_DIR$/Jenkinsfile" afterDir="false" />
</list>
<list default="true" id="458cde88-df3d-44bc-9d57-a33823e2f1a6" name="Default Changelist" comment="" />
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
@@ -199,13 +195,6 @@
<option name="presentableId" value="Default" />
<updated>1598862102028</updated>
</task>
<task id="LOCAL-00004" summary="Adding logic for events">
<created>1599036875005</created>
<option name="number" value="00004" />
<option name="presentableId" value="LOCAL-00004" />
<option name="project" value="LOCAL" />
<updated>1599036875005</updated>
</task>
<task id="LOCAL-00005" summary="html form for events">
<created>1599058217332</created>
<option name="number" value="00005" />
@@ -542,7 +531,14 @@
<option name="project" value="LOCAL" />
<updated>1601287668529</updated>
</task>
<option name="localTasksCounter" value="53" />
<task id="LOCAL-00053" summary="testing jenkins docker">
<created>1601294193991</created>
<option name="number" value="00053" />
<option name="presentableId" value="LOCAL-00053" />
<option name="project" value="LOCAL" />
<updated>1601294193992</updated>
</task>
<option name="localTasksCounter" value="54" />
<servers />
</component>
<component name="UnknownFeatures">
@@ -685,13 +681,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="1601287670071">
<state x="361" y="145" key="Vcs.Push.Dialog.v2" timestamp="1601294195998">
<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="1601287670071" />
<state x="361" y="145" key="Vcs.Push.Dialog.v2/0.0.1536.824@0.0.1536.824" timestamp="1601294195998" />
<state x="478" y="145" width="579" height="592" key="find.popup" timestamp="1599656923861">
<screen x="0" y="0" width="1536" height="824" />
</state>

4
Jenkinsfile vendored
View File

@@ -11,5 +11,9 @@ pipeline {
sh "docker-compose up -d"
}
}
stage('logs'){
sleep time: 1, unit: 'MINUTES'
sh 'docker logs klaus'
}
}
}