• How to compile COBOL codes through Jenkins

    From Vishal Hirawadekar@vishal.hirawadekar@gmail.com to comp.sys.tandem on Thu Jul 21 08:15:54 2022
    From Newsgroup: comp.sys.tandem

    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
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Randall@rsbecker@nexbridge.com to comp.sys.tandem on Thu Jul 21 12:19:57 2022
    From Newsgroup: comp.sys.tandem

    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.
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Vishal Hirawadekar@vishal.hirawadekar@gmail.com to comp.sys.tandem on Sat Jul 23 23:12:19 2022
    From Newsgroup: comp.sys.tandem

    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
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Randall@rsbecker@nexbridge.com to comp.sys.tandem on Sun Jul 24 12:03:43 2022
    From Newsgroup: comp.sys.tandem

    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.
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Vijay Kumar Jhala@jhalavijay@gmail.com to comp.sys.tandem on Mon Jul 25 01:53:28 2022
    From Newsgroup: comp.sys.tandem

    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.
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Randall@rsbecker@nexbridge.com to comp.sys.tandem on Mon Jul 25 11:34:40 2022
    From Newsgroup: comp.sys.tandem

    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.
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Vishal Hirawadekar@vishal.hirawadekar@gmail.com to comp.sys.tandem on Tue Aug 9 11:04:16 2022
    From Newsgroup: comp.sys.tandem

    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
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Randall@rsbecker@nexbridge.com to comp.sys.tandem on Tue Aug 9 11:52:29 2022
    From Newsgroup: comp.sys.tandem

    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
    --- Synchronet 3.21d-Linux NewsLink 1.2