mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-01-04 03:48:40 +02:00
Update jenkinsfile
This commit is contained in:
parent
cdb0b1e957
commit
dfea46aefb
@ -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'
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user