feat: update jenkins agent on Jenkinsfile

Signed-off-by: Memogoz <155709363+Memogoz@users.noreply.github.com>
This commit is contained in:
Memogoz 2025-06-17 18:03:34 -06:00 committed by GitHub
parent 79eb4625f1
commit 6b20c7080c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

2
Jenkinsfile vendored
View file

@ -1,5 +1,5 @@
pipeline {
agent any
agent { label 'agent' }
environment {
GIT_COMMIT_SHORT = sh(script: "git rev-parse --short HEAD", returnStdout: true).trim()