Forum Discussion

DeepikaGanga's avatar
DeepikaGanga
Icon for New Contributor rankNew Contributor
2 years ago

quartus_sh not working in Jenkins script

Hello,

I am trying to create a jenkins script to build an existing quartus project. The following command works correctly from command line but when the same is added as a command in Jenkins job it doesn't work.

Command : /p/psg/swip/releases6/acdskit/22.4/94/linux64/quartus/linux64/quartus_sh --flow compile cxltyp2_ed.qpf

Other commands for setting env varibales

Jenkins console output:

The commands start off correctly

But the job finishes without actually doing anything. The project is not compiled and no output_files folder created.

No RepliesBe the first to reply