Update Jenkinsfile
Some checks failed
jenkins_organization/skrypty-kontrolne/pipeline/head There was a failure building this commit

This commit is contained in:
first_admin 2024-09-01 08:21:52 +00:00
parent d833111a2f
commit 81ba988e48

2
Jenkinsfile vendored
View File

@ -4,7 +4,7 @@ pipeline {
}
environment {
EXPECTED_REGISTRY = 'http://<artifactory-url>:<port>/artifactory/api/npm/<npm-repo-key>/'
EXPECTED_REGISTRY = 'https://registry.npmjs.org/'//
//EXPECTED_REGISTRY = 'https://registry.npmjs.org/'
}
stages {
stage('Pre-Build Check') {