Git(hub) plugin and triggering freestyle build based on comment string in PR

2020-02-17 Thread Ramanathan Muthaiah
In our enterprise setup, we have bunch of 'freestyle' jobs that use Github pullrequest builder plugin (GHPRB) -- in the config of these jobs, it it setup to look for certain words in the incoming pull requests (PRs). This setup is working without any problems

shared library - hashmap error

2020-02-17 Thread judaondo
Hello I have the following Shared Library: #!/usr/bin/env groovy import com.ciplatforms.Logger /** * Clone the selected git repository. * * Example usage within a declarative pipeline: * *steps { *gitCheckout (["htpp://myrepo1.git": "branch1", "htpp://myrepo2.git": "branch2"])

shared library - hashmap error

2020-02-17 Thread judaondo
Hello I have the following Shared Library: #!/usr/bin/env groovy import com.mycom.Logger /** * Clone the selected git repository. * * Example usage within a declarative pipeline: * *steps { *gitCheckout (["htpp://myrepo1.git": "branch1", "htpp://myrepo2.git": "branch2"]) *

Label for boolean entry fields moved to the right ?

2020-02-17 Thread Martin Jost
Hello, it seems in the parameters for a job, the labels (==variable names) for Boolean entry fields moved from the left to the right. So below "reuseBuild" or "skipMakePreptest" are now to the right of the boolean fields; while for string parameters or choice parameters, they are to the left of

Re: Label for boolean entry fields moved to the right ?

2020-02-17 Thread Martin Jost
Hello, update to my own post. 1. 2.204.1 shows the same behaviour (checked with a colleague) 2. 2.89.4-ece-1 ("somewhat dated") shows the label on the left, as I would like (and had expected) 3. The screenshots on the description here: https://wiki.jenkins.io/display/JENKINS/Para

Re: Slave cannot connect to Jenkins via tcpSlaveAgentListener

2020-02-17 Thread Sat
I am facing the same issue today. For Jenkins agent : TCP port for inbound agent. - fixed 8020 port I used the same like below: docker run jenkinsci/jnlp-slave -url http://jenkins-master.test:8020 -workDir=/home/jenkins/agent pkRUdAH07VFHhSWb9RAQCRFdWP7j0eIx9jfhRhj5 jenkins-agent but still s

Re: Slave cannot connect to Jenkins via tcpSlaveAgentListener

2020-02-17 Thread Jeff Thompson
Did you check the same settings as were mentioned earlier in this discussion? Otherwise, you would need to provide additional details such as versions, changes, etc., for anyone to have a chance of helping you. Jeff On 2/17/20 7:47 AM, Sat wrote: I am facing the same issue today. For Jenkin

Re: Slave cannot connect to Jenkins via tcpSlaveAgentListener

2020-02-17 Thread Sat
hi, Thanks for reply. I am using an EC2 machine as master and spin up a fargate instance as slave. Both are in same VPC and subntes. The error I am seeing when I try to run from command line. Let me know if you need any more details, thanks. On Monday, February 17, 2020 at 5:25:10 PM UTC, Jeff

Re: shared library - hashmap error

2020-02-17 Thread Ramanathan Muthaiah
On Monday, February 17, 2020 at 8:06:57 PM UTC+5:30, judaondo wrote: > > Hello I have the following Shared Library: > > #!/usr/bin/env groovy > > import com.mycom.Logger > > /** > * Clone the selected git repository. > * > * Example usage within a declarative pipeline: > * > *steps { > >

Re: shared library - hashmap error

2020-02-17 Thread judaondo
Thanks Ram, it fixed that issue, but now I get the following (the status is SUCCESS but it doesn´t do anything): [Pipeline] { (Checkout) [Pipeline] echo 00:00:00.799 /var/lib/jenkins/staticfiles/cip-environmens-local-cloud/ expected to call WorkflowScript .gitCheckoutMultipleRepositories but wo