Jagruti Tiwari
Jagruti Tiwari
I would like to continue working on this PR once my mentor finds time.
Hi @kmartens27, I understand that I have to update this document: https://www.jenkins.io/doc/book/system-administration/reverse-proxy-configuration-with-jenkins/reverse-proxy-configuration-iptables/ What shall I write about Unix domain sockets support? A single line that tells Unix domain sockets support...
Hey, I am on Windows 11. The following command worked for me: ``` java -jar C:/Users/tiwar/open-source/jenkins-plugin-manager-2.12.9.jar --plugin-file C:/Users/tiwar/open-source/plugins.txt --plugins delivery-pipeline-plugin:1.3.2 deployit-plugin ``` I added Jenkins.war at "C:\ProgramData\Jenkins" it worked fine....
Do I have to update the path to `/usr/share/java/jenkins.war` in [Settings.java](https://github.com/jenkinsci/plugin-installation-manager-tool/blob/master/plugin-management-library/src/main/java/io/jenkins/tools/pluginmanager/config/Settings.java#L53)?
This would be my approach: In a static file named `DefaultPathsForWarFile.txt` I shall add all the possible paths? Then, I will read the file. Loop through each path until the...
Hi, I tried following the steps at: https://github.com/johanbrandhorst/grpc-gateway-boilerplate#running-the-standalone-server I installed Go and executed the command: `go run main.go` The output says: ``` $ go run main.go 2024/01/07 14:28:16 INFO: [core]...
For the purpose of this issue: I executed the following command for standalone servers, I get this: ``` }. Err: connection error: desc = "transport: Error while dialing dial tcp...
By Java server do you mean a server like Tomcat? I need to make sure that Tomat runs on port 10000? It is not mentioned in the documentation though.
This PR awaits review. cc: @alequetzalli , @magicmatatjahu
Hi @alequetzalli I have been selected as a GSoC contributor. I might not be able to work on them for a few more months. I do not want these PRs...