I would like to trigger the job in Jenkins and also get the log on the same page.
E.g. Kind of IDE where we can run the code in one side and get the output on the other side.
Are there any tools exists to fulfill this, or do we need to create it?
I would like to trigger the job in Jenkins and also get the log on the same page.
E.g. Kind of IDE where we can run the code in one side and get the output on the other side.
Are there any tools exists to fulfill this, or do we need to create it?
It looks like there exists a plugin to do exactly what you want: Display console output plugin.
However, I haven't tried this plugin myself, and it looks like this plugin is not well-maintained, so I cannot vouch for the quality of this plugin.