/ Published in: Bash
Spoof the Hudson BUILD_NUMBER environment variable, which increments on every build.
With this tiny hack you can fake a BUILD_NUMBER that you can increment by hand.
Useful for testing Hudson build scripts.
Expand |
Embed | Plain Text
export BUILD_NUMBER=0 ((BUILD_NUMBER++))
You need to login to post a comment.
