Quantcast
Channel: What does ***NO_CI*** stand for? - Stack Overflow
Browsing all 5 articles
Browse latest View live

Answer by user3415675 for What does ***NO_CI*** stand for?

This means that there will be no continuous integration (CI) build triggered after this check-in. You will have to modify your XAML file so that the the CI build is triggered after the gated check-in...

View Article



Answer by AakashM for What does ***NO_CI*** stand for?

It stands for No Continuous Integration.Since the check-in is gated, the existing code, plus this check-in, will be built separately and only allowed onwards if the build is successful. So when the...

View Article

Answer by Fenton for What does ***NO_CI*** stand for?

NO_CI on a check in indicates "No Continuous Integration" i.e. "please don't start a CI build because of this check in".

View Article

What does ***NO_CI*** stand for?

A gated check-in will create a change-set whose name is ended with ***NO_CI***? What is that NO_CI stand for? I can just think of "no check in errors" but it doesn't make sense.

View Article

Answer by Saeid Doroudi for What does ***NO_CI*** stand for?

based on this issue you can use [skip ci] and the following sentences in commit messages like other DevOps toolkits such as Travis or Circle, ... to skip doing CI pipeline on commits that do not...

View Article

Browsing all 5 articles
Browse latest View live




Latest Images