diff --git a/pipelines/docbot b/pipelines/docbot index 2d2d088..6135666 100644 --- a/pipelines/docbot +++ b/pipelines/docbot @@ -1,5 +1,8 @@ pipeline { agent { + node { + label 'agent1' + } docker { image 'python:3.12-slim' args '-u root'