Update Jenkinsfile

This commit is contained in:
Telesphoreo 2023-08-23 16:44:58 -05:00
parent c39661c11a
commit b2bc2c2152
No known key found for this signature in database
GPG Key ID: 9D1991811E093C02
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -1,4 +1,5 @@
pipeline {
options { skipDefaultCheckout() }
agent any
environment {
GITHUB_BRANCH = "${BRANCH_NAME}"