Code development platform for open source projects from the European Union institutions

Update Script to remove old pipeliness and artefacts authored by Konrad DWOJAK's avatar Konrad DWOJAK
......@@ -10,8 +10,10 @@ To faciliate this, the teams can use the attached script. You'll need to define
(The script has been adapted and shared by @Joao-Diogo.NUNES-CARTAXO)
```
# Purpose: Bulk-delete GitLab pipelines older than a given date# Define some variables
```bash
# Purpose: Bulk-delete GitLab pipelines older than a given date
# Define some variables
GITLABURL="https://code.europa.eu"
ACCESSTOKEN=""
DELETEBEFORE="2024-04-01" #date range format: yyyy-mm-dd
......
......