0
votes

In the hudson job configuration I only find the opportunity to trigger a time controlled build. But I am searching for a solution which enables me a time controlled release build.

Difference between "normal" build and Releasebuild in this case: Build: Maven-Build, which generates artifacts Releasebuild: Mavenbuild + pre-/post-build steps by ant

Has anybody an idea?

1
What do you mean by "which enables me a time controlled release build" Do you mean it should timeout if it doesnt complete by 'X' amount of time?SMA
No, I only want to automate the release build in order to start it each day by defined time.user2451418

1 Answers

0
votes

Since your "release" build does not follow CI principles, and actually performs another build (with pre/post steps, then why not create another job just for the release and set an appropriate timer?