| local jenkins :http://192.168.1.10:9099 remote jenkins : http://192.168.1.10:8080 I add a pipeline project on local jenkins ,when I start the local project ,I got this messages: remote jenkins URL PORT changed [*http://192.168.1.13:8080/job/release.environment.firewall*] changed to [*http://192.168.1.13:9099/job/release.environment.firewall/6/*] ################################################################################################################ Parameterized Remote Trigger Configuration:
- job: release.environment.firewall
- remoteJenkinsName: server13
- parameters:
- blockBuildUntilComplete: true
- connectionRetryLimit: 5
- trustAllCertificates: true
################################################################################################################ Triggering non-parameterized remote job 'http://192.168.1.13:8080/job/release.environment.firewall' Using globally defined 'Token Authentication' as user 'remoteuser' Triggering remote job now. reuse cached crumb: 192.168.1.13 The remote job is pending. Waiting for next available executor. Remote job queue number: 279 Waiting for remote build to be executed... Waiting for 10 seconds until next poll.Remote build started! Remote build URL: [*http://192.168.1.13:9099/job/release.environment.firewall/6/*] Remote build number: 6 Blocking local job until remote job completes.
|