Dominik Stadler
Dominik Stadler
The project https://github.com/centic9/headset-charge-indicator/ does something like this.
Please reduce your patch to the bare minimum to make it easier to review the changes that you would like to apply. If you think whitespaces or things like private/public...
https://issues.jenkins-ci.org/browse/JENKINS-50108
To be honest I am not sure we should add such a feature to this plugin itself as it would further add to the many options that are available and...
https://issues.jenkins-ci.org/browse/JENKINS-50107
The page at https://www.sitepoint.com/javascript-autocomplete-widget-awesomplete/ seems to describe how this can be done with Awesomplete. Look at the section at the bottom called "The Finale".
Tried with 109, unfortunately the test-case posted above still fails with the same NPE Caused by: java.lang.NullPointerException at org.kohsuke.github.GHContent.read(GHContent.java:175) at GitHubSupportTest.testNullPointerException(GitHubSupportTest.java:85)
I fear the Git protocol does not allow this, you may need to delete the branch locally and then push that deletion to the remote repository. However I am not...
Added the necessary configuration-line which seems to allow pushing to the repository via HTTP. But please note that this sample server does not do much useful stuff, it is mostly...
Unfortunately I don't have much knowledge about it and I also could not find much information when I worked on this sample. I am not a JGit developer at all,...