cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Browse apps to extend the software in the new JMP Marketplace
Choose Language Hide Translation Bar

Has anyone successfully integrated JMP with a Source Code Software?

Question - I am looking for case studies of organizations or people that have successfully connected JMP Pro to a scripting repository/source code software. 

 

Our end goal is that we'll be able to go into JMP Pro and see within the JMP interface a connection to the source control/script repository, so that the user can select the script and it will be the most up to date script to deploy.  Our dream is that we will be able to automate deploying script codes from the source code to run prescheduled, automated reports. 

 

We are currently looking at Azure devops and Git as scripting repositories, but open to any others that people have successfully integrated with JMP.  No one has any information on if or how any of the scripting repositories has connected to JMP Pro.

 

Even information about attempted integrations that didn't succeed, would be helpful.  At this point in time, after talking with JMP support staff, it appears that there is no known successful integration/connection, we are working in black box at the moment. 

 

@jthi 

@txnelson 

 

 

 

 

3 REPLIES 3
jthi
Super User

Re: Has anyone successfully integrated JMP with a Source Code Software?

I'm not sure how deep integration/connection you are looking for. I for example keep JMP add-ins updated for our users using SVN and I also utilize SVN to make sure only the latest versions of scripts are being run on schedule (might start testing out Git soonish).

-Jarmo

Re: Has anyone successfully integrated JMP with a Source Code Software?

You can also use Python packages to interact with repositories.  Easier to do in JMP 18+, but still possible JMP 14+

 

P4Python - for Perforce Servers - https://pypi.org/project/p4python/

GitPython - https://pypi.org/project/GitPython/

PyGit2 - https://pypi.org/project/pygit2/

...