diff --git a/jenkins/opensearch-dashboards/Jenkinsfile b/jenkins/opensearch-dashboards/Jenkinsfile index f6bf60cf53..5569763b31 100644 --- a/jenkins/opensearch-dashboards/Jenkinsfile +++ b/jenkins/opensearch-dashboards/Jenkinsfile @@ -25,8 +25,16 @@ pipeline { } } stage('detect Docker image + args to use for the build') { + agent { + docker { + label 'Jenkins-Agent-al2-x64-c54xlarge-Docker-Host' + image 'opensearchstaging/ci-runner:centos7-x64-arm64-jdk14-node10.24.1-cypress6.9.1-20211005' + alwaysPull true + } + } steps { script { + git url: 'https://github.com/opensearch-project/opensearch-build.git', branch: 'main' manifest = readYaml(file: "manifests/$INPUT_MANIFEST") dockerImage = "${manifest.ci?.image?.name}" diff --git a/jenkins/opensearch/Jenkinsfile b/jenkins/opensearch/Jenkinsfile index ca9dd6535e..572c13e0a2 100644 --- a/jenkins/opensearch/Jenkinsfile +++ b/jenkins/opensearch/Jenkinsfile @@ -22,8 +22,16 @@ pipeline { } } stage('detect Docker image + args to use for the build') { + agent { + docker { + label 'Jenkins-Agent-al2-x64-c54xlarge-Docker-Host' + image 'opensearchstaging/ci-runner:centos7-x64-arm64-jdk14-node10.24.1-cypress6.9.1-20211005' + alwaysPull true + } + } steps { script { + git url: 'https://github.com/opensearch-project/opensearch-build.git', branch: 'main' manifest = readYaml(file: "manifests/$INPUT_MANIFEST") dockerImage = "${manifest.ci?.image?.name}"