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
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
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.