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:00:53 +00:00
parent d9ad53edbc
commit 74d8981d44

4
Jenkinsfile vendored
View File

@ -1,5 +1,7 @@
pipeline {
agent any
agent {
label 'agent1' // Określenie agenta o nazwie 'agent1'
}
environment {
// EXPECTED_REGISTRY = 'http://<artifactory-url>:<port>/artifactory/api/npm/<npm-repo-key>/'
EXPECTED_REGISTRY = 'https://registry.npmjs.org/'