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

Update jenkinsfile

This commit is contained in:
Anton Titovets 2024-09-16 13:51:17 +03:00
parent cdb0b1e957
commit dfea46aefb

View File

@ -1,9 +1,14 @@
pipeline {
agent any
stages {
stage('Checkout') {
stage('Prepare') {
steps {
checkout scm
bat 'opm install osparser'
bat 'opm install cmdline'
bat 'opm install asserts'
bat 'opm install osparser'
bat 'opm install coloratos'
}
}