adding logs from the application
This commit is contained in:
		
							
								
								
									
										21
									
								
								.idea/workspace.xml
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										21
									
								
								.idea/workspace.xml
									
									
									
										generated
									
									
									
								
							| @@ -25,7 +25,6 @@ | ||||
|     <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" /> | ||||
| @@ -199,13 +198,6 @@ | ||||
|       <option name="presentableId" value="Default" /> | ||||
|       <updated>1598862102028</updated> | ||||
|     </task> | ||||
|     <task id="LOCAL-00009" summary="updating html pages"> | ||||
|       <created>1599126033571</created> | ||||
|       <option name="number" value="00009" /> | ||||
|       <option name="presentableId" value="LOCAL-00009" /> | ||||
|       <option name="project" value="LOCAL" /> | ||||
|       <updated>1599126033571</updated> | ||||
|     </task> | ||||
|     <task id="LOCAL-00010" summary="MvcExceptionHandler"> | ||||
|       <created>1599208032926</created> | ||||
|       <option name="number" value="00010" /> | ||||
| @@ -542,7 +534,14 @@ | ||||
|       <option name="project" value="LOCAL" /> | ||||
|       <updated>1601297400597</updated> | ||||
|     </task> | ||||
|     <option name="localTasksCounter" value="58" /> | ||||
|     <task id="LOCAL-00058" summary="adding logs from the application"> | ||||
|       <created>1601297733933</created> | ||||
|       <option name="number" value="00058" /> | ||||
|       <option name="presentableId" value="LOCAL-00058" /> | ||||
|       <option name="project" value="LOCAL" /> | ||||
|       <updated>1601297733934</updated> | ||||
|     </task> | ||||
|     <option name="localTasksCounter" value="59" /> | ||||
|     <servers /> | ||||
|   </component> | ||||
|   <component name="UnknownFeatures"> | ||||
| @@ -685,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="1601297402035"> | ||||
|     <state x="361" y="145" key="Vcs.Push.Dialog.v2" timestamp="1601297735138"> | ||||
|       <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="1601297402035" /> | ||||
|     <state x="361" y="145" key="Vcs.Push.Dialog.v2/0.0.1536.824@0.0.1536.824" timestamp="1601297735138" /> | ||||
|     <state x="478" y="145" width="579" height="592" key="find.popup" timestamp="1599656923861"> | ||||
|       <screen x="0" y="0" width="1536" height="824" /> | ||||
|     </state> | ||||
|   | ||||
							
								
								
									
										10
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										10
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							| @@ -1,7 +1,7 @@ | ||||
| pipeline { | ||||
|     agent any | ||||
|     tools { | ||||
|         maven "M3" | ||||
|         maven "Maven 3.6.3" | ||||
|     } | ||||
|     stages { | ||||
|       stage('Build') { | ||||
| @@ -12,8 +12,12 @@ pipeline { | ||||
|         stage('Deploy') { | ||||
|             steps { | ||||
|                 sh "docker-compose up -d" | ||||
|                 sleep time: 1, unit: 'MINUTES' | ||||
|                 sh 'docker logs klaus' | ||||
|             } | ||||
|         } | ||||
|         stage('Logs') { | ||||
|             steps { | ||||
|         		sleep time: 1, unit: 'MINUTES' | ||||
|         		sh 'docker logs klaus' | ||||
|             } | ||||
|         } | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Szakalakamaka
					Szakalakamaka