Post Go back to editing

Anybody get Jenkins VisualDSP++ build working?

Hello,

I’m trying to automate the builds for a VisualDSP++ build.   We have a floating licence and everything works fine except when the CI server (Jenkins) evokes the build.

 On the same machine, in PowerShell; I can run the build from command line no problem.  However, Jenkins does the exact same command on the same machine we get the following problem:

 scons: Building targets ...

"C:\Program Files (x86)\Analog Devices\VisualDSP 5.1.2\gmake-378.exe" -f "Scanner Digital.mak" "Scanner Digital_Release" ".\21364_IVT.asm"

C:/Program\ Files\ (x86)/Analog\ Devices/VisualDSP\ 5.1.2/easm21k.exe .\21364_IVT.asm -proc ADSP-21364 -file-attr ProjectName=Scanner\ Digital -g -l .\Release\21364_IVT.lst -o .\Release\21364_IVT.doj -MM

[Error ea1156]  Failed to get a license to run the assembler.

Not entirely sure why a Powershell run from the desktop vs Jenkins running would be different but are there some environmental variables that are needed to be defined in that shell to allow this to work??