Zbynek Konecny
Zbynek Konecny
Yes, only Controller is mentioned but there should be also some information about Built-in Node (see the linked mailing list discussion for more info about the distinction).
@hseverinorev I proposed some additions to that page in https://github.com/jenkins-infra/jenkins.io/pull/5534 , does that address your concern?
Not sure if this should be changed. It makes sense for the documentation on jenkins.io to focus on features provided by Jenkins itself and plugins like https://plugins.jenkins.io/matrix-auth/ that are installed...
@daniel-beck since https://github.com/jenkins-infra/jenkins.io/pull/4442 the page is using the correct layout and it no longer contains code blocks. Do you have some other examples or can this issue be closed?
The typo was fixed in #5082 . There is already one Linux and one Windows example of injection, maybe this issue can be closed.
@dduportal the part of the tutorial focused on Helm installation is suggests creating a persistent volume using `hostPath` and links to the official documentation page you mentioned https://www.jenkins.io/doc/book/installing/kubernetes/#create-a-persistent-volume as well...
I guess you are testing a library module (rather than .apk) and Firebase plugin generates the blank app for you using https://github.com/piotrmadry/FirebaseTestLab-Android/pull/30 ? As mentioned in that PR the name...
You can try your changes using Jitpack ``` buildscript { repositories { maven { url 'https://jitpack.io' } } dependencies { classpath "com.github.zbynek:FirebaseTestLab-Android:patch-1-SNAPSHOT" } } ``` This fails for me with...
@ampeixoto the usual workflow is that you fork the repository and create the pull request from your fork (no permissions needed)
For the record this is a replacement of #123 @jglick's request for adding automated test is still unresolved