java - Bamboo Deployment with generated Jenkins artifacts -


i doing analysis of bamboo jenkins migration. have jenkins build ready, , artifacts staged @ specified server location.

my question is, can use bamboo deploy plan generated jenkins artifacts, specifying artifacts location?

i tried explore @ bamboo side using different plugins deployment plan tasks, cannot see option giving source path of artifacts needs deployed.

any appreciated

we not going ahead approach, after lot of analysis, found below solution =

  • create ssh task in bamboo deployment plan
  • in ssh task, copy artifacts generated through jenkins staging area of bamboo

for eg - scp -1 -o user@source_host:/jenkins-artifacts-path user@destination_host:/bamboo-staging-path


Comments

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -