-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SSH connection jelly doesn't stay selected on page refresh #79
Comments
We face the same issue. |
We have the same issue with the plugin. |
Pull requests are welcome, I’m not working in this area currently, but happy to review a fix |
I started looking into this issue, but I am new to Java and Jenkins plugin development, so it's a big learning curve. Looking through the code and at my running system, I see that nowhere in the Jenkins master config.xml is the |
The UI configuration isn't storing that field, it's supposed to be doing it based on |
Thanks @timja for the comment. However, looking at AciContainerTemplate.java, doesn't
|
Yeah I think you're right, seems it's defaulted here: Line 209 in 920e454
it should be getting stored in the |
On my test Jenkins server, I added @timja If you don't mind teaching me a bit, do you know what source file is responsible for writing out the data to |
It's done by the jelly file https://github.com/jenkinsci/azure-container-agents-plugin/blob/master/src/main/resources/com/microsoft/jenkins/containeragents/aci/AciContainerTemplate/config.jelly#L56
you might have to experiment a bit, the source for |
Hello, |
It should still work The plugin is used a lot more with inbound agents though |
What could be the reason for using inbound more over ssh ? |
Originally posted by @timja in #78 (comment)
The text was updated successfully, but these errors were encountered: