[LAST CALL] - Jenkins Governance Board and Officer nominations deadline on Oct 15

2020-10-15 Thread Oleg Nenashev
Dear all, This is the last call for Jenkins Governance Board and Officer nominations. As announced in this blogpost and previous mailing list communications, this year we will be electing 2 governance board members and five officers, namely

Docker Cloud Node Based Security

2020-10-15 Thread Matt Wilson
Hello All, Is there a way to implement the Node Based Security that regular agents use on a docker cloud instance like this https://plugins.jenkins.io/docker-plugin/ I can't see anyplace to enable it. cheers Matt -- You received this message because you are subscribed to the Google Groups

Re: Jenkins SAML with google

2020-10-15 Thread Ivan Fernandez Calvo
Did you set the proper *Group Attribute* in the configuration? Did you check that the groups are loaded in the user? if you go to JENKINS_URL/user/USENAME/configure at the end page you can see the groups loaded. in case there is no groups check that you SAMLResponse contains the groups https:/

Unable to configure ssh keys to read a Gerrit repo from Jenkins

2020-10-15 Thread PAUL MENA
I am in the process of trying to migrate Gerrit and Jenkins to a new datacenter. I have successfully installed the applications on their new hardware, but am having difficulty getting Jenkins to read from a Gerrit repository on the same server. As the Jenkins user already existed on the serv

Choice picker is recently broken?

2020-10-15 Thread Giles Orr
When a user starts a deployment on our Jenkins host, they can check a checkbox if they want to be able to pick the SVN revision number deployed. If they do, our scripted pipeline uses ChoiceParameterDefinition to ingest a list of possible revisions. The deploy pauses, and the user hovers their po

Automating the Choice Parameter on a job

2020-10-15 Thread Kari Cowan
I am working on a Jenkins job to rollback a Docker container to the previous version. This on its own is pretty straight-forward, but what I want to do is get my list of available tags from the registry. As opposed to going to the registry-page and seeing what's available, then copy/paste a value

Re: Choice picker is recently broken?

2020-10-15 Thread Mark Waite
Seems like you're describing https://issues.jenkins-ci.org/browse/JENKINS-63892 - Missing pipeline input hover in stage view Alternatives for now seem to be to switch to a previous version of pipeline stage view and accept the low contrast background or stay with the current and open the console l

Is ansicolor-plugin broken?

2020-10-15 Thread Viacheslav Dubrovskyi
Hi. After update to Jenkins-2.249.2 + AnsiColor-0.7.3,  AnsiColor stopped color output in pipeline step log. I made bug https://issues.jenkins-ci.org/browse/JENKINS-63959 Is someone else reproduced? Thank you! -- WBR, Viacheslav Dubrovskyi -- You received this message because you are sub

Re: Automating the Choice Parameter on a job

2020-10-15 Thread Jan Monterrubio
I’ve used the extended choice parameter to pull a list of files from a directory in github and display a set of checkboxes. I’ll remember to grab you a snippet tomorrow during work! On Thu, Oct 15, 2020 at 17:01 Kari Cowan wrote: > I am working on a Jenkins job to rollback a Docker container t