Update Jenkinsfile

This commit is contained in:
Telesphoreo 2023-08-23 16:44:58 -05:00 committed by GitHub
parent d013cfde88
commit 79705ff262
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
Jenkinsfile vendored
View File

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