Robot | Path | Permission |
GoogleBot | / | ✔ |
BingBot | / | ✔ |
BaiduSpider | / | ✔ |
YandexBot | / | ✔ |
Title | Blog - |
Description | prkz.de - Blog of Pascal Rosenkranz about topics in computer |
Keywords | N/A |
WebSite | prkz.de |
Host IP | 185.243.9.168 |
Location | - |
Euro€1,102
Zuletzt aktualisiert: 2022-09-19 20:54:38
prkz.de hat Semrush globalen Rang von 31,801,269. prkz.de hat einen geschätzten Wert von € 1,102, basierend auf seinen geschätzten Werbeeinnahmen. prkz.de empfängt jeden Tag ungefähr 551 einzelne Besucher. Sein Webserver befindet sich in - mit der IP-Adresse 185.243.9.168. Laut SiteAdvisor ist prkz.de sicher zu besuchen. |
Kauf-/Verkaufswert | Euro€1,102 |
Tägliche Werbeeinnahmen | Euro€25,346 |
Monatlicher Anzeigenumsatz | Euro€8,816 |
Jährliche Werbeeinnahmen | Euro€1,102 |
Tägliche eindeutige Besucher | 551 |
Hinweis: Alle Traffic- und Einnahmenwerte sind Schätzungen. |
Host | Type | TTL | Data |
prkz.de. | A | 120 | IP: 185.243.9.168 |
prkz.de. | AAAA | 120 | IPV6: 2a03:4000:26:221:e499:a0ff:feda:9fa5 |
prkz.de. | NS | 120 | NS Record: root-dns.netcup.net. |
prkz.de. | NS | 120 | NS Record: second-dns.netcup.net. |
prkz.de. | NS | 120 | NS Record: third-dns.netcup.net. |
prkz.de. | MX | 120 | MX Record: 10 mail.prkz.de. |
prkz.de - Blog Keep it simple Jenkins: Using lockable resource across multiple stages written on 20 May 2021 The Jenkins [Lockable Resources](https://plugins.jenkins.io/lockable-resources/) plugin is nice, but its documentation (as with many Jenkins components) is fairly scarce and often not self-explanatory. The slightly more detailed reference for the lock resource is documented [here](https://www.jenkins.io/doc/pipeline/steps/lockable-resources/). Of course, you can use it in a scripted pipeline or as a step in a declarative pipeline: ```java pipeline { stages { stage(’my-stage’) { steps { lock(’my-resource’) { ... } } } } } ``` However, what I wanted, and what is is to let my Jenkins job (a declarative pipeline) acquire a Lock *once* when the whole Job started and release it when all stages are completed (success or fail). Luckily, there’s a [this StackOverflow thread](https://stackoverflow.com/questions/44098993/how-to-lock-multiple-stages-of-declarative-jenkins-pipeline), that |
HTTP/1.1 301 Moved Permanently Date: Wed, 29 Dec 2021 08:19:44 GMT Server: Apache/2.4.25 (Debian) Location: https://prkz.de/ Content-Type: text/html; charset=iso-8859-1 HTTP/1.1 301 Moved Permanently Date: Wed, 29 Dec 2021 08:19:44 GMT Server: Apache/2.4.25 (Debian) Upgrade: h2 Connection: Upgrade Location: /blog/ Content-Type: text/html; charset=UTF-8 HTTP/1.1 200 OK Date: Wed, 29 Dec 2021 08:19:44 GMT Server: Apache/2.4.25 (Debian) Cache-Control: no-cache, private Content-Type: text/html; charset=UTF-8 |