Top "Post-build" questions

Questions relating directly to activities and actions that take place following the successful build of any software.

Post Build exited with code 1

I have a project with a post build event: copy $(ProjectDir)DbVerse\Lunaverse.DbVerse.*.exe $(TargetDir) It works fine every …

visual-studio-2008 post-build
How to run parametrized job after another (without params)

I have a job in Jenkins which has 2 params. I want to run another plan, which has no params and …

jenkins post-build parameterization
Running a Post Build script when a Jenkins job is aborted

Is there a possible way / plugin that can run a post build script when a Jenkins job is aborted. I …

jenkins jenkins-plugins post-build
Jenkins svn commit post-build

I'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-build
Is it possible to set multiple environment variables in one CMD line statement?

I 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-build
Pass parameter from build step to post-build step in Jenkins

How can I pass a parameter in Jenkins from a build step to post-build step? I don't want to do …

parameters jenkins post-build