Jenkins multi-configuration, ignore failed build -


I set up a Jenkins multi-configuration project to build build runs on two different slave environments (Erlang R15B03 and Erlang 17.3 is ). It is a 17.3 production environment for the actual release to begin preparing our projects.

Currently construction of 17.3 for all projects is failing due to failure failures, which we decide, as well as R15B03

how can I create it? So that Jenkins (for now) will not ignore the result 17.3 and pass the build as if the construction of R15B03 passes?

It is not a good idea that if any anything is wrong It is like later failing in tests to fix them - you forget about them.

You probably should prepare two separate jenkins for RA15 and 17. In this way, every time, you will see that R15B03 passes and 17.3 until you do not fix all dependencies.

Comments

Popular posts from this blog

java - ImportError: No module named py4j.java_gateway -

python - Receiving "KeyError" after decoding json result from url -

.net - Creating a new Queue Manager and Queue in Websphere MQ (using C#) -