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'