cancel
Showing results for 
Search instead for 
Did you mean: 

Blue Prism->Jenkins->Git Lab

ShreyaKamath
Level 2
I am trying to deploy the bp file using Jenkins. I have to provide parameter "dbconname" 
But when I run it I am getting error stating "Specified connection name not found".

------------------------------
Shreya Kamath
------------------------------
7 REPLIES 7

ewilson
Staff
Staff
Hi @ShreyaKamath,

Can you provide some more detail? Are you using the Jenkins connector from the Digital Exchange or some other component? What version of Blue Prism are you using?

Cheers,


------------------------------
Eric Wilson
Director, Integrations and Enablement
Blue Prism Digital Exchange
------------------------------

Ah, I think I see what's going on. You're working through the Auto-Deployment Cookbook, correct? I'm guessing the step you're stuck on is related to setting up the AutomateC command?

Cheers,

------------------------------
Eric Wilson
Director, Integrations and Enablement
Blue Prism Digital Exchange
------------------------------

Yes. I am referring cookbook and issue is related to AutomateC command.  Parameter dbconname cannot be found. Please find attachment for more information. Blueprism  version is 7.0.1.

------------------------------
Shreya Kamath
------------------------------

@ShreyaKamath,

If you start the regular Blue Prism software UI, do you see your Jenkins DB connection listed in the drop down for connections?​ If so, try placing the /dbconname parameter as the first in your command line string and see if that makes a difference (i.e. /dbconname <connection name> /user <username> <password> /exportpackage <package name>).

Cheers,


------------------------------
Eric Wilson
Director, Integrations and Enablement
Blue Prism Digital Exchange
------------------------------

It's  not making any difference.

------------------------------
Shreya Kamath
------------------------------

And does jenkins show up as an available connection in the Connections drop down list of the login GUI?

Cheers,

------------------------------
Eric Wilson
Director, Integrations and Enablement
Blue Prism Digital Exchange
------------------------------

Initially I had only one connection in the Connections drop down list. Using that connection name as dbconname I can run batch file. But when I build it on jenkins I get error. Later I created a new connection with name jenkins. But I am getting same error.

------------------------------
Shreya Kamath
------------------------------