How to integrate jenkins to see logs of my deamon server
up vote
-1
down vote
favorite
We have a requirement where as a QA team running the application automation from Jenkins which happens through Jenkins.
Our new requirement says that application daemon server logs also should be verified when we perform this automation action.
Basically we have daemon server which shows us the application logs in it by a service called as forever list.
So manually we are checking as follows:
- Login to the daemon server by putty.
- Linux command as follows:
sudo forever list(Gives us the list of the service which is running) - By selecting on the service we are using the below command to see the logs-
tail -f <service name>
This we want to automate which we are doing manually. Is it possible or we are it's too much of wishful.
Any help would be really appreciated.
linux jenkins server jenkins-plugins
add a comment |
up vote
-1
down vote
favorite
We have a requirement where as a QA team running the application automation from Jenkins which happens through Jenkins.
Our new requirement says that application daemon server logs also should be verified when we perform this automation action.
Basically we have daemon server which shows us the application logs in it by a service called as forever list.
So manually we are checking as follows:
- Login to the daemon server by putty.
- Linux command as follows:
sudo forever list(Gives us the list of the service which is running) - By selecting on the service we are using the below command to see the logs-
tail -f <service name>
This we want to automate which we are doing manually. Is it possible or we are it's too much of wishful.
Any help would be really appreciated.
linux jenkins server jenkins-plugins
add a comment |
up vote
-1
down vote
favorite
up vote
-1
down vote
favorite
We have a requirement where as a QA team running the application automation from Jenkins which happens through Jenkins.
Our new requirement says that application daemon server logs also should be verified when we perform this automation action.
Basically we have daemon server which shows us the application logs in it by a service called as forever list.
So manually we are checking as follows:
- Login to the daemon server by putty.
- Linux command as follows:
sudo forever list(Gives us the list of the service which is running) - By selecting on the service we are using the below command to see the logs-
tail -f <service name>
This we want to automate which we are doing manually. Is it possible or we are it's too much of wishful.
Any help would be really appreciated.
linux jenkins server jenkins-plugins
We have a requirement where as a QA team running the application automation from Jenkins which happens through Jenkins.
Our new requirement says that application daemon server logs also should be verified when we perform this automation action.
Basically we have daemon server which shows us the application logs in it by a service called as forever list.
So manually we are checking as follows:
- Login to the daemon server by putty.
- Linux command as follows:
sudo forever list(Gives us the list of the service which is running) - By selecting on the service we are using the below command to see the logs-
tail -f <service name>
This we want to automate which we are doing manually. Is it possible or we are it's too much of wishful.
Any help would be really appreciated.
linux jenkins server jenkins-plugins
linux jenkins server jenkins-plugins
edited 14 hours ago
kit
758116
758116
asked 15 hours ago
Sobhit Sharma
35111
35111
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53407877%2fhow-to-integrate-jenkins-to-see-logs-of-my-deamon-server%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown