Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
Jenkins 1.583
also on Jenkins 1.565.3, 1.532.2, 1.509.2
Description
Config set to "Build other projects" (trigger only if build is stable)
Log shows:
Strings match run condition: string 1=[ref-updated], string 2=[ref-updated]
Strings match run condition: string 1=[master], string 2=[master]
Run condition [And] enabling perform for step [Build other projects]
It's the last step and build is stable, but the other job is NOT triggered. The other job takes one optional argument, but it's never triggered by this plugin.
I created an new job with only this plugins and it still doesn't trigger:
Building on master in workspace /var/lib/jenkins/jobs/dummy/workspace
Run condition [Always] enabling prebuild for step [Build other projects]
Run condition [Always] enabling perform for step [Build other projects]
Finished: SUCCESS
Also Jenkins log shows no error.