You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I created the job, I didn't set any context, so "it" created the default one.
I then wanted to change that (because I was going to add more checks) to linting. That new context was added to the existing one. Meaning I then had two contexts - the old default one and the new linting one.
I then tested to add a Set GitHub Commit Status (universal). That seems to also have added a context!
So now I have THREE test context. And even though I've removed all of them (from the job, as well as restarted Jenkins AND opened a new PR), all three are still there. All linking to different job numbers in the same job.
The text was updated successfully, but these errors were encountered:
When I created the job, I didn't set any context, so "it" created the
default
one.I then wanted to change that (because I was going to add more checks) to
linting
. That new context was added to the existing one. Meaning I then had two contexts - the olddefault
one and the newlinting
one.I then tested to add a
Set GitHub Commit Status (universal)
. That seems to also have added a context!So now I have THREE test context. And even though I've removed all of them (from the job, as well as restarted Jenkins AND opened a new PR), all three are still there. All linking to different job numbers in the same job.
The text was updated successfully, but these errors were encountered: