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 20:31:17 +00:00
parent 401d631b97
commit ee7fd66d3b

2
Jenkinsfile vendored
View File

@ -1,5 +1,5 @@
pipeline {
agent any
agent { label 'agent1' }
stages {
stage('Install Dependencies') {