Multiple SCM Poll as Trigger to a Pipeline Job

2020-02-04 Thread Balaajee Perumalsamy
Hi All, I have a pipeline job and the Jenkinsfile is in a Git Repo. The product source code is in IBM RTC. When configuring SCM Poll for Job trigger, it polls Git (as expected). In my usecase, I have to poll RTC for changes and not git. Could someone help on this. Thanks, Balaajee -- You re

Increase Heap for Jenkins installed in Windows Server 2012 R2

2019-08-02 Thread Balaajee Perumalsamy
Hello All, I have an instance of Jenkins running in Windows Server 2012 R2. I often get JVM Mem Starvation issue in this machine and all my slaves get terminated. The machine has 32GB RAM where as I'm not able to configure -Xmx more than 1024m. I get the following error. [image: image.png] Has a

Publish multiple robot framework results in pipeline

2018-03-26 Thread Balaajee Perumalsamy
Hi All, I have a pipeline running multiple levels of validation(Sanity tests, Functional tests and Integration Tests) and all of these tests are written in robot framework. I'm trying to publish the robot results of each level of validation separately. But I always get only the latest result.