Hello,
Previously working pipeline fail with error ERROR: No item named xxx/yyy found
pipeline { agent any stages { stage('xxx') { steps { build(job:'xxx/yyy', propagate: false) } } } }
job xxx/yyy exist and can be trigger from
Thanks in advance