diff --git a/Jenkinsfile b/Jenkinsfile index 68c5091..2e68fc7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,5 +1,7 @@ pipeline { - agent any + agent { + dockerfile true + } tools { nodejs "nodejs"