diff --git a/Jenkinsfile b/Jenkinsfile index 912b70f..42c6708 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,5 +1,7 @@ pipeline { - agent any + agent { + label 'agent1' // Określenie agenta o nazwie 'agent1' + } environment { // EXPECTED_REGISTRY = 'http://:/artifactory/api/npm//' EXPECTED_REGISTRY = 'https://registry.npmjs.org/'