Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
aosunacab authored Feb 2, 2022
1 parent d167eab commit 22fc972
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ pipeline {
}
}
}
sh 'docker system prune -f'
sh 'docker system prune -f --filter "label!=docker-ci_default"'
}
}

Expand Down Expand Up @@ -95,7 +95,7 @@ pipeline {
}
}
}
sh 'docker system prune -f'
sh 'docker system prune -f --filter "label!=docker-ci_default"'
}
}
}
Expand Down

0 comments on commit 22fc972

Please sign in to comment.