Posts

Showing posts from February 24, 2019

Block program from going to internet while allow internal LAN

Image
0 I have program running on my windows 10 machine. I would like to block it from going to internet, but allow TCP connection in my internal network. How to achieve that? windows windows-10 router firewall share | improve this question asked Jan 26 at 14:49 vico vico 525 5 15 28 add a comment  |  0

Maurice Utrillo

Image
Maurice Utrillo Nascimento 26 de dezembro de 1883 Montmartre Morte 5 de novembro de 1955 (71 anos) Dax Residência Montmartre Sepultamento Cemitério de Saint-Vincent Cidadania França Progenitores Mãe: Suzanne Valadon Ocupação pintor Prêmios Cavaleiro da Legião de Honra Movimento estético Escola de Paris [edite no Wikidata] Maurice Utrillo (Montmartre, 26 de dezembro de 1883 - Dax, 5 de novembro de 1955) foi um pintor francês. Biografia | Filho da pintora Suzanne Valadon. Tornou-se alcoólatra desde os 16 anos tendo sido frequente paciente de clínicas de desintoxicação nesse período. Aprendeu a desenhar e a pintar com sua própria mãe e a partir de 1903 dedicou-se inteiramente à arte. Pintou numerosas vistas de Montmartre e do suburbio parisiense. Seu estilo tornou-se pessoal, ao mesmo tempo ingênuo e refinado, com a fecunda “fase branca”(c. 1909-1915), caracterizada por uma amarga melancolia na interpretação

How can I reconfigure a multibranch pipeline in Jenkins without changing the Jenkinsfile?

Image
-1 1 I have a shared git repository used by 12 people. I want to rebuild every branch after the branch itself gets updated or a PR gets merged into developer. I configured a multibranch pipeline and wrote a Jenkinsfile that achieves this goal. This Jenkinsfile is in developer, and it's now been included into more than 60 branches. This was OK at first, but now that we have so many branches, over 60 builds get queued up every time we merge a PR. It can take a very long time for all of those builds to complete. Also, the builds use up a lot of disk space, causing my disk quota on the Uni computer to be exceeded. To solve those problems, I would like to do the following: make Jenkins stop rebuilding the old branches. E.g. ignore branches that were last updated more than 2 weeks ago. Make Jenkins ru