Update Jenkinsfile

This commit is contained in:
first_admin 2024-09-01 08:21:35 +00:00
parent c568d39cd0
commit d833111a2f

3
Jenkinsfile vendored
View File

@ -3,7 +3,8 @@ pipeline {
label 'agent1' // Określenie agenta o nazwie 'agent1'
}
environment {
EXPECTED_REGISTRY = 'https://registry.npmjs.org/'
EXPECTED_REGISTRY = 'http://<artifactory-url>:<port>/artifactory/api/npm/<npm-repo-key>/'
EXPECTED_REGISTRY = 'https://registry.npmjs.org/'//
}
stages {
stage('Pre-Build Check') {