While I am grateful for any help that I can get, I cannot say that I am 
crazy about being critiqued because I do not write in the style that you 
prefer.  I will have to take a look at how everyone else does this forum 
'thing'. I thought that I had written a clear and concise summary of my 
problem...I did not know that there is a template that I have to follow.  I 
understand that you will not be replying to any more of my 
postings...hopefully someone else will.

I am new to Jenkins, I am not a Java developer, and have some difficulty 
knowing what plugin is applicable and what plugin is not.  There is a whole 
list of 'Artifact uploaders', I have no idea of which one to use (which one 
is applicable to what I am doing...(Windows cmd files, doing msbuild, 
devenv, etc)).  I will have to research this whole 'Artifact' thing, and 
see how it works.





On Tuesday, June 26, 2012 10:07:18 AM UTC-4, louwho wrote:
>
> The first job does a MSBuild of the binaries, and then commits them into a 
> SVN repository that the second job will pull from.  The second job uses the 
> stand alone (command line), build of Installshield.  This second job can 
> either be manually started by someone using the dashboard, or, when the 
> first job determines that there were changes that need to be included in a 
> new build of the installer.  The question is, how can the first job 
> determine that there were changes, and that the second job needs to be 
> kicked off?  Checking the log files, I can see that there are differences 
> in some of the log files in the Builds folder, (one file in particular is 
> the changelog.xml file).  In a cmd file, I could examine these files, 
> determine if there were changes, and then kick off a build (or not), or, is 
> there something in jenkins that I could use to determine if the second job 
> should be executed?  If I used the cmd to examine the log files, how do I 
> then kick off the second job...is there a windows command line for Jenkins?

Reply via email to