diff --git a/Jenkinsfile b/Jenkinsfile index 92106f3..19b3bef 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,5 +1,10 @@ pipeline { - agent { node { label'xsangle/ci-tools:latest' } } + agent { + docker { + image 'xsangle/ci-tools:latest' + reuseNode true + } + } options { // Limit build history with buildDiscarder option: // daysToKeepStr: history is only kept up to this many days.