Re: AMI Build Failures - New packer version

2021-06-17 Thread Prem Kumar
Hi All, This issue is resolved by adding "sh" command in front of the (*.sh) script. Thank you On Wednesday, 16 June 2021 at 3:31:44 pm UTC+10 dheinric wrote: > Am Dienstag, den 15.06.2021, 18:33 -0700 schrieb Prem Kumar: > > The error is attached to this conversion. > > > Nobody opens

Re: AMI Build Failures - New packer version

2021-06-15 Thread 'Dirk Heinrichs' via Jenkins Users
Am Dienstag, den 15.06.2021, 18:33 -0700 schrieb Prem Kumar: > The error is attached to this conversion. Nobody opens attachments from unknown senders. Please simply copy/paste it. Bye... Dirk -- Dirk Heinrichs Senior Systems Engineer, Delivery Pipeline OpenText ™ Discovery |

AMI Build Failures - New packer version

2021-06-15 Thread Prem Kumar
Hi All, My AMI build is failing for the below code. "provisioners": [ { "type": "file", "source": "scripts/shared/install_cwm.sh", "destination": "/tmp/install_cwm.sh" }, { "type": "shell", "inline": ["chmod +x /tmp/install_cwm.sh", "sudo -i /tmp/install_cwm.sh"]}, { The error