diff --git a/Jenkinsfile.public b/Jenkinsfile.public index 8160c55c2..4c24993e7 100644 --- a/Jenkinsfile.public +++ b/Jenkinsfile.public @@ -2,7 +2,7 @@ pipeline { agent { docker { label 'main' - image docker.build("storj-ci", "--pull https://github.com/storj/ci.git").id + image docker.build("storj-ci", "--pull git://github.com/storj/ci.git#main").id args '-u root:root --cap-add SYS_PTRACE -v "/tmp/gomod":/go/pkg/mod -v "/tmp/npm":/npm --tmpfs "/tmp:exec,mode=777"' } }