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

This commit is contained in:
first_admin 2024-09-01 19:58:13 +00:00
parent e5310ec861
commit fd628f83a5

4
Jenkinsfile vendored
View File

@ -1,5 +1,7 @@
pipeline {
agent any
agent {
label 'agent1' // Określenie agenta o nazwie 'agent1'
}
stages {
stage('Install Dependencies') {