Clean only agent2

This commit is contained in:
retropikzel 2025-01-05 07:19:59 +02:00
parent 7a56013ac2
commit 8c560e3cb7
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -14,7 +14,7 @@ pipeline {
stages { stages {
stage('Clean docker images') { stage('Clean docker images') {
agent { agent {
label 'agent1' label 'agent2'
} }
steps { steps {
sh 'docker system prune -a -f' sh 'docker system prune -a -f'