adding logs from the application
This commit is contained in:
9
.idea/workspace.xml
generated
9
.idea/workspace.xml
generated
@@ -22,7 +22,10 @@
|
|||||||
<select />
|
<select />
|
||||||
</component>
|
</component>
|
||||||
<component name="ChangeListManager">
|
<component name="ChangeListManager">
|
||||||
<list default="true" id="458cde88-df3d-44bc-9d57-a33823e2f1a6" name="Default Changelist" comment="" />
|
<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" />
|
||||||
|
</list>
|
||||||
<option name="SHOW_DIALOG" value="false" />
|
<option name="SHOW_DIALOG" value="false" />
|
||||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||||
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
||||||
@@ -558,7 +561,6 @@
|
|||||||
</component>
|
</component>
|
||||||
<component name="VcsManagerConfiguration">
|
<component name="VcsManagerConfiguration">
|
||||||
<option name="ADD_EXTERNAL_FILES_SILENTLY" value="true" />
|
<option name="ADD_EXTERNAL_FILES_SILENTLY" value="true" />
|
||||||
<MESSAGE value="- default method for MockedMessageMapper interface - changing requests from MockedMessage to MockedMessageDto" />
|
|
||||||
<MESSAGE value="- remove logs" />
|
<MESSAGE value="- remove logs" />
|
||||||
<MESSAGE value="pageable list for all messages" />
|
<MESSAGE value="pageable list for all messages" />
|
||||||
<MESSAGE value="implementing buttons for all messages table" />
|
<MESSAGE value="implementing buttons for all messages table" />
|
||||||
@@ -583,7 +585,8 @@
|
|||||||
<MESSAGE value="testing docker jenkins" />
|
<MESSAGE value="testing docker jenkins" />
|
||||||
<MESSAGE value="testing docker - jenkins" />
|
<MESSAGE value="testing docker - jenkins" />
|
||||||
<MESSAGE value="testing jenkins docker" />
|
<MESSAGE value="testing jenkins docker" />
|
||||||
<option name="LAST_COMMIT_MESSAGE" value="testing jenkins docker" />
|
<MESSAGE value="adding logs from the application" />
|
||||||
|
<option name="LAST_COMMIT_MESSAGE" value="adding logs from the application" />
|
||||||
</component>
|
</component>
|
||||||
<component name="WindowStateProjectService">
|
<component name="WindowStateProjectService">
|
||||||
<state x="904" y="236" key="#Notifications" timestamp="1600868491636">
|
<state x="904" y="236" key="#Notifications" timestamp="1600868491636">
|
||||||
|
|||||||
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -11,9 +11,11 @@ pipeline {
|
|||||||
sh "docker-compose up -d"
|
sh "docker-compose up -d"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('logs'){
|
stage('Deploy') {
|
||||||
|
steps {
|
||||||
sleep time: 1, unit: 'MINUTES'
|
sleep time: 1, unit: 'MINUTES'
|
||||||
sh 'docker logs klaus'
|
sh 'docker logs klaus'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user