Release Automation

  • 1.  Regarding run command line

    Posted Aug 17, 2017 02:12 PM

    Hello All,

     

    We are running this command line using the Run command line action of Release Automation wget ‘--no-check-certificate http://valfac7.arcot.com/alive/alive.html . It is giving the error as illegal option to wget . But when we run this command manually it works fine. On  debugging we found that RA is appending some character after the "e" of "certificate" . Did any body else faced this issue before ?? Please let me know if there is any way to get away with this issue.

     

    -Regards

      Mohit



  • 2.  Re: Regarding run command line

    Posted Aug 19, 2017 11:11 AM

    Hi,

     

    In your command i can extra single quote after wget. after removing that quote its was executed successfully however my environment is not allowing to connect to that host to download the file. But i used other link with command and i can execute the wget command.

    wget --no-check-certificate http://valfac7.arcot.com/alive/alive.html

    try this,

    wget --no-check-certificate http://valfac7.arcot.com/alive/alive.html