On Thu, Aug 18, 2022 at 3:30 PM Pritam Roy <pritam.rai...@gmail.com> wrote:

> As of now manually we have done thses thing by help of Third party
> software in our Windows machine (eg, Inno Setup). But I can't get any clue
> that how can we automate these thing under our Jenkins CI CD process.
>

This process almost always looks like this:
1. Figure out how to automate whatever you're doing in a script.
2. Have Jenkins invoke your script.

In this case, https://jrsoftware.org/ishelp/topic_compilercmdline.htm looks
like the relevant documentation.


> Note. I am using Jenkins Server in Ubuntu Machine.
>

https://www.jenkins.io/redirect/distributed-builds/ and
https://www.jenkins.io/doc/book/managing/nodes/ explains how to set up
distributed builds in Jenkins if you haven't already. You can add a Windows
agent to your Linux Jenkins controller, and have Jenkins
run batch/powershell scripts there.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAMo7PtJsLaztff6PrjVx4TbW445L6cRRQfdJdzTHzxEK%3DiySGw%40mail.gmail.com.

Reply via email to