We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aefd2d8 + 2f7f22b commit e1e6987Copy full SHA for e1e6987
1 file changed
CICD/cicd-steps.txt
@@ -235,16 +235,17 @@ Delete the Static IP address using gcloud CLI:
235
Troubleshooting:
236
----------------
237
1) Restarting Jenkins:
238
- - From EC2 instance find out Jenkins process
+ - On Machine 2 find out Jenkins process
239
- ps -eaf | grep java
240
- kill <process-id>
241
- - Re-run Jenkins using the java command
+ - Re-run Jenkins using the java command (Part B step 2)
242
243
2) Jenkins URL location
244
Jenkins -> Manage Jenkins -> Jenkins Location
245
246
3) Jenkins workspace
247
- On Jenkins Server at $HOME/.jenkins/workspace
248
+ - This is the location where repository is cloned corresponding to Jenkins Jobs
249
250
251
0 commit comments