1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-01-08 04:04:03 +02:00

Update jenkinsfile

This commit is contained in:
Anton Titovets 2024-09-16 15:23:50 +03:00
parent fe46a391dc
commit 17764be280

View File

@ -4,7 +4,7 @@ pipeline {
stage('Prepare') { stage('Prepare') {
steps { steps {
bat "echo 'Pulling... ' + env.GIT_BRANCH" bat "git branch"
bat encoding: 'UTF-8', script:'opm install osparser' bat encoding: 'UTF-8', script:'opm install osparser'
bat encoding: 'UTF-8', script:'opm install cmdline' bat encoding: 'UTF-8', script:'opm install cmdline'
bat encoding: 'UTF-8', script:'opm install asserts' bat encoding: 'UTF-8', script:'opm install asserts'