You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-23 22:05:15 +02:00
Фикс пайплайна общей сборки
This commit is contained in:
8
ci/big_floppa
vendored
8
ci/big_floppa
vendored
@@ -27,7 +27,13 @@ pipeline {
|
||||
}
|
||||
stage('Melezh - Docker') {
|
||||
steps {
|
||||
build job: 'Melezh/MelezhDocker', wait: true
|
||||
build job: 'Melezh/MelezhDocker', wait: true,
|
||||
parameters: [
|
||||
[$class: 'StringParameterValue', name: 'VERSION', value: 'draft'],
|
||||
[$class: 'StringParameterValue', name: 'MELEZH_VERSION', value: '0.7.0'],
|
||||
[$class: 'StringParameterValue', name: 'OINT_VERSION', value: '1.30.0'],
|
||||
[$class: 'StringParameterValue', name: 'OINT_BUILD_ID', value: 'lastSuccessfulBuild']
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user