This is an automated email from the ASF dual-hosted git repository.
piotrz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-asjs.wiki.git
The following commit(s) were added to refs/heads/master by this push:
new 8496c55 Add troubleshooting with information about restarting slave
agent
8496c55 is described below
commit 8496c55b50331ab010dfdcc1eafcac66e0febbda
Author: Piotr Zarzycki <[email protected]>
AuthorDate: Wed Jul 24 09:44:31 2019 +0200
Add troubleshooting with information about restarting slave agent
---
Release-Steps-Jobs-On-Jenkins.md | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/Release-Steps-Jobs-On-Jenkins.md b/Release-Steps-Jobs-On-Jenkins.md
index 5602ae4..f61e1df 100644
--- a/Release-Steps-Jobs-On-Jenkins.md
+++ b/Release-Steps-Jobs-On-Jenkins.md
@@ -111,6 +111,18 @@ This step generates the [Vote] thread
This step generates the [Discuss] thread
+## Troubleshooting
+
+If one of your step fail with following stack trace:
+
+`> > Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to
JNLP4-connect connection from 52.191.135.173/52.191.135.173:63013`
+`> > at
hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)`
+`> > at hudson.remoting.Request.call(Request.java:202)`
+`> > at hudson.remoting.Channel.call(Channel.java:954)`
+`> > at hudson.FilePath.act(FilePath.java:1161)`
+`> > at `
+
+It is highly possible that you need to restart Jenkins slave agent on our
Remote machine. Close opened application and double click on slave-agent app
placed on our desktop.
## Future Improvements