From d1f465e2afcc4fbe5012c8c54077ec12fefb3a17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20M=C5=82odzikowski?= Date: Wed, 26 Apr 2023 12:54:34 +0200 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index f1aebe8fd..c3b9be865 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,20 +1,2 @@ @Library('vega-shared-library') _ - -def commitHash = 'UNKNOWN' - -pipeline { - agent any - options { - skipDefaultCheckout true - parallelsAlwaysFailFast() - } - stages { - stage('approbation') { - steps { - sh 'printenv' - checkout scm - runApprobation ignoreFailure: false, frontendBranch: env.BRANCH_NAME, type: 'frontend' - } - } - } -} +runApprobation ignoreFailure: false, frontendBranch: env.BRANCH_NAME, type: 'frontend'