Questions relating directly to activities and actions that take place following the successful build of any software.
I have a project with a post build event: copy $(ProjectDir)DbVerse\Lunaverse.DbVerse.*.exe $(TargetDir) It works fine every …
visual-studio-2008 post-buildI have a job in Jenkins which has 2 params. I want to run another plan, which has no params and …
jenkins post-build parameterizationIs there a possible way / plugin that can run a post build script when a Jenkins job is aborted. I …
jenkins jenkins-plugins post-buildI'm trying to make a post-build commit in Jenkins CI when it's succeeded. Is there a way to make this? …
svn commit jenkins post-buildI have a PowerShell script set to execute after an MSBuild is finished. It uses environment variables set in the …
visual-studio-2010 powershell msbuild cmd post-buildHow can I pass a parameter in Jenkins from a build step to post-build step? I don't want to do …
parameters jenkins post-buildI'm trying to to add a post-build macro that would conditionally copy some files after the build if the configuration …
visual-studio visual-studio-2010 post-build-event post-build