'Jenkins pipeline Schedule job that will skip Wednesday once in two week

I'm looking for a way to schedule my pipeline to skip Wednesday once every two weeks. Now it works like this:

H 4 * *  1-2,4-5

But it skips all the Wednesday and doesn't work every second. So maybe someone has faced such a task.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source