I am a new baby to Jenkins and I could not go all the old posts to look for what I need help !
I have a Jenkins setup and my Jenkins monitors a specific file such as the lastbuildfound.txt in builds folder. This text file contains the last successful build no. Whenever this text file is updated with a new build number, my Jenkins will trigger by the FSTrigger Plugin <https://wiki.jenkins-ci.org/display/JENKINS/FSTrigger+Plugin> . However, Jenkins generates a build number in sequence such as 1, 2, or etc. The reason I created this setup to run an automation on new build which I don't want to involve with a build person. The problem is that my Jenkins is not triggering by a source control, so I want to be able to get the build number from a text build and update the build number in Jenkins to match it. I know that there is the EnvInject <https://wiki.jenkins-ci.org/display/JENKINS/EnvInject+Plugin> plugin but I don't know how to use it or any methods. Please help me to achieve this issue and give me a clear instruction / steps. Thanks in advance. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/662c5b36-0ade-4b0b-94af-efbaf80a390d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
