Author Topic: ParamQuery Pro - Jenkins  (Read 2118 times)

WHD-ITMOD

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 5
    • View Profile
ParamQuery Pro - Jenkins
« on: June 01, 2020, 10:55:15 pm »

Now we got the ParamQuery Pro version.
How do we install the package using Jenkins?

Thanks
Prabhakar.

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6310
    • View Profile
Re: ParamQuery Pro - Jenkins
« Reply #1 on: June 02, 2020, 08:53:19 am »
ParamQuery is a front end js library and the package is composed of js and css files. 

It has nothing to do with Jenkins or any other server side framework / environment. You can use ParamQuery library in the same way you use any other js library.

Steps to use it are dependent upon whether you use it with jQuery, plain js, Angular, React, Vuejs, etc.

There is a tutorial section on how to get started:

https://paramquery.com/pro/tutorial#topic-include

WHD-ITMOD

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: ParamQuery Pro - Jenkins
« Reply #2 on: June 02, 2020, 08:55:16 pm »

My question wasn't very clear, sorry about that.

When building on Jenkins (MSBuild), it runs npm install everytime, installing all the package.json libraries on Jenkins server. Now, if we do that with pqgrid I guess it would install the evaluation version of pqgrid, not the pro version. How do we npm install the pro version? Do we have to include the pro version to our application path?

Thanks.

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6310
    • View Profile
Re: ParamQuery Pro - Jenkins
« Reply #3 on: June 03, 2020, 09:21:49 am »
Yes, Pro commercial version is not available on npm, hence you might have to use it a local npm package.