diff --git a/Jenkinsfile b/Jenkinsfile index 03cdde5d..8c8d69be 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,7 @@ getApproval() pipeline { agent { - label 'xcore.ai-explorer-us' + label 'xcore.ai-explorer' } options { disableConcurrentBuilds() @@ -27,7 +27,7 @@ pipeline { PYTHON_VERSION = "3.8.11" VENV_DIRNAME = ".venv" BUILD_DIRNAME = "dist" - TEST_RIG_TARGET = "xcore_sdk_test_rig" + TEST_RIG_TARGET = "XCORE-AI-EXPLORER" } stages { stage('Checkout') {