diff --git a/Jenkinsfile b/Jenkinsfile index 5d711a8..12e4b7b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,5 +1,9 @@ pipeline { - agent any + agent { + dockerfile { + path 'Dockerfile.jenkins' + } + } options { buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10')) }