Update Jenkinsfile

This commit is contained in:
Mikołaj Młodzikowski 2023-04-26 12:54:34 +02:00 committed by GitHub
parent 2740df48a3
commit d1f465e2af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

20
Jenkinsfile vendored
View File

@ -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'