From a96e4c8644ab2a2651d4aff2cc34cc3d4efbd063 Mon Sep 17 00:00:00 2001 From: Anupong Hompan Date: Mon, 27 Oct 2025 23:18:38 +0700 Subject: [PATCH] JK --- Jenkinsfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index e289ee1..8ebe3e5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,6 @@ pipeline { docker { image 'mcr.microsoft.com/dotnet/sdk:9.0' args '-u root:root' - label "${params.AGENT_LABEL ?: 'docker'}" } } @@ -18,7 +17,6 @@ pipeline { parameters { string(name: 'GIT_URL', defaultValue: 'file:///SourceCode/repos/AS400API.git', description: 'Git repository URL to clone') string(name: 'GIT_BRANCH', defaultValue: 'main', description: 'Branch or ref to build') - string(name: 'AGENT_LABEL', defaultValue: 'docker', description: 'Label of Jenkins agent with Docker CLI access') } environment {