Skip to content

Commit 15ba03c

Browse files
committed
Jenkins: don't modprobe kernel module
These modprobes were added as a workaround in commit cce5dfe, but dockerd should now be able to load the modules it needs. Signed-off-by: Rob Murray <[email protected]>
1 parent 2af19b6 commit 15ba03c

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

Jenkinsfile

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,6 @@ pipeline {
6060
}
6161

6262
stages {
63-
stage("Load kernel modules") {
64-
steps {
65-
sh '''
66-
sudo modprobe ip6table_filter
67-
sudo modprobe -va br_netfilter
68-
sudo systemctl restart docker.service
69-
'''
70-
}
71-
}
7263
stage("Print info") {
7364
steps {
7465
sh 'docker version'

0 commit comments

Comments
 (0)