0
votes

To Run a qlikview file I am using batch file it is working fine ,I am using below command in batch file "path\qv.exe" /r "path\myapplication.qvw"

When I am trying to run above batch command through jenkins job it is continuously running.

"path\qv.exe" /r "path\myapplication.qvw"

The related post is here How to run .qvw (qlikview) file through Jenkins

THe sulution is just go to services.msc and log on as a administrator then in jenkins create a project and call a batch command having below command, "path\qv.exe" /r "path\myapplication.qvw".It will do the job.

Question: go to services.msc for what? what is the detail steps to solution this issus:jenkins job it is continuously running.

1

1 Answers

0
votes

Go to services.msc and select the Jenkins service and log on the Jenkins service as a administrator in the Jenkins service log on page. In jenkins create a project and call a batch command having below command, "path\qv.exe" /r "path\myapplication.qvw".It will do the job enter image description here