Update Jenkinsfile

This commit is contained in:
Mikołaj Młodzikowski 2022-10-19 15:40:57 +02:00 committed by GitHub
parent 7c4ce6eb87
commit 349722d56d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View File

@ -16,7 +16,7 @@ pipeline {
script {
commitHash = getCommitHash()
}
runApprobation ignoreFailure: false, frontendBranch: commitHash, type: 'frontend',
runApprobation ignoreFailure: false, frontendBranch: commitHash, type: 'frontend'
}
}
}