• How to compile COBOL codes through Jenkins

    From Vishal Hirawadekar@21:1/5 to All on Thu Jul 21 08:15:54 2022
    Hi All,

    I am also trying to compile COBOL and C++ codes in Tandem using Jenkins. Could you please help me to do setup in Jenkins ?
    What are the steps I need to follow to compile through Jenkins.

    Thanks & Regards,
    Vishal

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Randall@21:1/5 to Vishal Hirawadekar on Thu Jul 21 12:19:57 2022
    On Thursday, July 21, 2022 at 11:15:56 a.m. UTC-4, Vishal Hirawadekar wrote:
    Hi All,

    I am also trying to compile COBOL and C++ codes in Tandem using Jenkins. Could you please help me to do setup in Jenkins ?
    What are the steps I need to follow to compile through Jenkins.

    Thanks & Regards,
    Vishal

    Are you trying to do this in OSS or GUARDIAN? Important question to answer. In OSS, this should be trivial, or your Jenkins setup is wrong.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Vishal Hirawadekar@21:1/5 to Randall on Sat Jul 23 23:12:19 2022
    On Friday, July 22, 2022 at 12:49:59 AM UTC+5:30, Randall wrote:
    On Thursday, July 21, 2022 at 11:15:56 a.m. UTC-4, Vishal Hirawadekar wrote:
    Hi All,

    I am also trying to compile COBOL and C++ codes in Tandem using Jenkins. Could you please help me to do setup in Jenkins ?
    What are the steps I need to follow to compile through Jenkins.

    Thanks & Regards,
    Vishal
    Are you trying to do this in OSS or GUARDIAN? Important question to answer. In OSS, this should be trivial, or your Jenkins setup is wrong.
    Hi Randall,

    I want to do setup for both Guardian and OSS. I have not yet started setup for Jenkins. Is there any Tandem manual available?

    Regards,
    Vishal

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Randall@21:1/5 to Vishal Hirawadekar on Sun Jul 24 12:03:43 2022
    On Sunday, July 24, 2022 at 2:12:20 a.m. UTC-4, Vishal Hirawadekar wrote:
    On Friday, July 22, 2022 at 12:49:59 AM UTC+5:30, Randall wrote:
    On Thursday, July 21, 2022 at 11:15:56 a.m. UTC-4, Vishal Hirawadekar wrote:
    Hi All,

    I am also trying to compile COBOL and C++ codes in Tandem using Jenkins. Could you please help me to do setup in Jenkins ?
    What are the steps I need to follow to compile through Jenkins.

    Thanks & Regards,
    Vishal
    Are you trying to do this in OSS or GUARDIAN? Important question to answer. In OSS, this should be trivial, or your Jenkins setup is wrong.
    Hi Randall,

    I want to do setup for both Guardian and OSS. I have not yet started setup for Jenkins. Is there any Tandem manual available?

    Regards,
    Vishal

    I don't have enough info. However, the NSGit Jenkins manual has info on doing this, if you are a customer.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Vijay Kumar Jhala@21:1/5 to Vishal Hirawadekar on Mon Jul 25 01:53:28 2022
    On Sunday, 24 July, 2022 at 11:42:20 am UTC+5:30, Vishal Hirawadekar wrote:
    On Friday, July 22, 2022 at 12:49:59 AM UTC+5:30, Randall wrote:
    On Thursday, July 21, 2022 at 11:15:56 a.m. UTC-4, Vishal Hirawadekar wrote:
    Hi All,

    I am also trying to compile COBOL and C++ codes in Tandem using Jenkins. Could you please help me to do setup in Jenkins ?
    What are the steps I need to follow to compile through Jenkins.

    Thanks & Regards,
    Vishal
    Are you trying to do this in OSS or GUARDIAN? Important question to answer. In OSS, this should be trivial, or your Jenkins setup is wrong.
    Hi Randall,

    I want to do setup for both Guardian and OSS. I have not yet started setup for Jenkins. Is there any Tandem manual available?

    Regards,
    Vishal
    Running Jenkins in OSS is pretty easy and you can then setup a jenkins job using SSH2 to trigger your compilation scripts, if you already have them.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Randall@21:1/5 to jhala...@gmail.com on Mon Jul 25 11:34:40 2022
    On Monday, July 25, 2022 at 4:53:29 a.m. UTC-4, jhala...@gmail.com wrote:
    On Sunday, 24 July, 2022 at 11:42:20 am UTC+5:30, Vishal Hirawadekar wrote:
    On Friday, July 22, 2022 at 12:49:59 AM UTC+5:30, Randall wrote:
    On Thursday, July 21, 2022 at 11:15:56 a.m. UTC-4, Vishal Hirawadekar wrote:
    Hi All,

    I am also trying to compile COBOL and C++ codes in Tandem using Jenkins. Could you please help me to do setup in Jenkins ?
    What are the steps I need to follow to compile through Jenkins.

    Thanks & Regards,
    Vishal
    Are you trying to do this in OSS or GUARDIAN? Important question to answer. In OSS, this should be trivial, or your Jenkins setup is wrong.
    Hi Randall,

    I want to do setup for both Guardian and OSS. I have not yet started setup for Jenkins. Is there any Tandem manual available?

    Regards,
    Vishal
    Running Jenkins in OSS is pretty easy and you can then setup a jenkins job using SSH2 to trigger your compilation scripts, if you already have them.

    Making it work in Guardian takes a bit more fiddly work.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Vishal Hirawadekar@21:1/5 to jhala...@gmail.com on Tue Aug 9 11:04:16 2022
    On Monday, July 25, 2022 at 2:23:29 PM UTC+5:30, jhala...@gmail.com wrote:
    On Sunday, 24 July, 2022 at 11:42:20 am UTC+5:30, Vishal Hirawadekar wrote:
    On Friday, July 22, 2022 at 12:49:59 AM UTC+5:30, Randall wrote:
    On Thursday, July 21, 2022 at 11:15:56 a.m. UTC-4, Vishal Hirawadekar wrote:
    Hi All,

    I am also trying to compile COBOL and C++ codes in Tandem using Jenkins. Could you please help me to do setup in Jenkins ?
    What are the steps I need to follow to compile through Jenkins.

    Thanks & Regards,
    Vishal
    Are you trying to do this in OSS or GUARDIAN? Important question to answer. In OSS, this should be trivial, or your Jenkins setup is wrong.
    Hi Randall,

    I want to do setup for both Guardian and OSS. I have not yet started setup for Jenkins. Is there any Tandem manual available?

    Regards,
    Vishal
    Running Jenkins in OSS is pretty easy and you can then setup a jenkins job using SSH2 to trigger your compilation scripts, if you already have them.

    Hi,

    Thanks for your reply. Could you please share sample scripts if you already have.
    Thanks in advance.
    Regards,
    Vishal

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Randall@21:1/5 to Vishal Hirawadekar on Tue Aug 9 11:52:29 2022
    On Tuesday, August 9, 2022 at 2:04:17 p.m. UTC-4, Vishal Hirawadekar wrote:
    On Monday, July 25, 2022 at 2:23:29 PM UTC+5:30, jhala...@gmail.com wrote:
    On Sunday, 24 July, 2022 at 11:42:20 am UTC+5:30, Vishal Hirawadekar wrote:
    On Friday, July 22, 2022 at 12:49:59 AM UTC+5:30, Randall wrote:
    On Thursday, July 21, 2022 at 11:15:56 a.m. UTC-4, Vishal Hirawadekar wrote:
    Hi All,

    I am also trying to compile COBOL and C++ codes in Tandem using Jenkins. Could you please help me to do setup in Jenkins ?
    What are the steps I need to follow to compile through Jenkins.

    Thanks & Regards,
    Vishal
    Are you trying to do this in OSS or GUARDIAN? Important question to answer. In OSS, this should be trivial, or your Jenkins setup is wrong.
    Hi Randall,

    I want to do setup for both Guardian and OSS. I have not yet started setup for Jenkins. Is there any Tandem manual available?

    Regards,
    Vishal
    Running Jenkins in OSS is pretty easy and you can then setup a jenkins job using SSH2 to trigger your compilation scripts, if you already have them.
    Hi,

    Thanks for your reply. Could you please share sample scripts if you already have.
    Thanks in advance.
    Regards,
    Vishal

    I cannot share any scripts. They are property of my company and clients under NDA.
    Regrets,
    Randall

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)