Skip to content

Instantly share code, notes, and snippets.

View cheshi-mantu's full-sized avatar
🔨
trabajo

Egor I cheshi-mantu

🔨
trabajo
View GitHub Profile
@cheshi-mantu
cheshi-mantu / jenkins with allurectl under hood
Last active March 15, 2024 12:27
jenkins with allurectl under hood
pipeline {
agent any
environment {
ALLURE_ENDPOINT = 'https://demo.testops.cloud'
ALLURE_PROJECT_ID = '1'
ALLURE_RESULTS = 'build/allure-results'
ALLURE_LAUNCH_TAGS = 'allurectl, java, junit, resident, demo'
ALLURE_LAUNCH_NAME = 'hello jenkins ${JOB_BASE_NAME} - #${BUILD_NUMBER}'
}