mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-02-03 13:22:19 +02:00
Main build (Jenkins)
This commit is contained in:
parent
84f2618a58
commit
e6bd2f8865
@ -3,7 +3,7 @@ pipeline {
|
||||
stages {
|
||||
stage(Prepare){
|
||||
steps{
|
||||
powershell encoding: 'UTF-8', script:'cd ./src/en/OInt -and opm build -and opm install *.ospx'
|
||||
powershell encoding: 'UTF-8', script:'(cd ./src/en/OInt) -and (opm build) -and (opm install *.ospx)'
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -3,7 +3,7 @@ pipeline {
|
||||
stages {
|
||||
stage(Prepare){
|
||||
steps{
|
||||
powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt -and opm build -and opm install *.ospx'
|
||||
powershell encoding: 'UTF-8', script:'(cd ./src/ru/OInt) -and (opm build) -and (opm install *.ospx)'
|
||||
}
|
||||
}
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user