Hi,
My job [1] is not getting updated when I update my Jenkins Job configuration [2].
I did this commit [3] to add one parameter to my job but not update after half an hour of configuration update.
Any idea what is happening here?
Am I missing anything?
[1] https://ci.centos.org/job/minishift-release [2] https://github.com/minishift/minishift-ci-jobs/blob/master/minishift-ci-inde... [3] https://github.com/minishift/minishift-ci-jobs/commit/cdd002031d2df3dcf06efe...
Regards, Budh Ram Gurung Software Engineer - Devtools
On Jul 03 15:41, Budh Ram Gurung wrote:
Hi,
My job [1] is not getting updated when I update my Jenkins Job configuration [2].
I did this commit [3] to add one parameter to my job but not update after half an hour of configuration update.
Any idea what is happening here?
Am I missing anything?
[1] https://ci.centos.org/job/minishift-release [2] https://github.com/minishift/minishift-ci-jobs/blob/master/minishift-ci-inde... [3] https://github.com/minishift/minishift-ci-jobs/commit/cdd002031d2df3dcf06efe...
^ This commit never made it into the master branch (which is what we're tracking on your service job).
https://github.com/minishift/minishift-ci-jobs/commits/master
If you merge that into master we should pick it up.
--Brian