1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-06-25 00:46:45 +02:00

Изменение номеров версий

This commit is contained in:
Anton
2024-10-19 17:13:41 +03:00
parent 21c50cc3a3
commit fe92aed2bd
27 changed files with 47 additions and 39 deletions

View File

@ -3,8 +3,8 @@ pipeline {
stages { stages {
stage('Prepare'){ stage('Prepare'){
steps{ steps{
powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-1.14.0.ospx; del oint-1.14.0.ospx' powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-1.15.0.ospx; del oint-1.15.0.ospx'
powershell encoding: 'UTF-8', script:'cd ./src/en/cli; opm build; opm install oint-cli-1.14.0.ospx; del oint-cli-1.14.0.ospx' powershell encoding: 'UTF-8', script:'cd ./src/en/cli; opm build; opm install oint-cli-1.15.0.ospx; del oint-cli-1.15.0.ospx'
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
bat encoding: 'UTF-8', script:'"C:/Program Files (x86)/GnuPG/bin/gpg.exe" --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' bat encoding: 'UTF-8', script:'"C:/Program Files (x86)/GnuPG/bin/gpg.exe" --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg'
} }

View File

@ -3,8 +3,8 @@ pipeline {
stages { stages {
stage('Prepare'){ stage('Prepare'){
steps{ steps{
powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-1.14.0.ospx; del oint-1.14.0.ospx' powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-1.15.0.ospx; del oint-1.15.0.ospx'
powershell encoding: 'UTF-8', script:'cd ./src/ru/cli; opm build; opm install oint-cli-1.14.0.ospx; del oint-cli-1.14.0.ospx' powershell encoding: 'UTF-8', script:'cd ./src/ru/cli; opm build; opm install oint-cli-1.15.0.ospx; del oint-cli-1.15.0.ospx'
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
bat encoding: 'UTF-8', script:'"C:/Program Files (x86)/GnuPG/bin/gpg.exe" --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' bat encoding: 'UTF-8', script:'"C:/Program Files (x86)/GnuPG/bin/gpg.exe" --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg'
} }

View File

@ -4,7 +4,7 @@ pipeline {
stages { stages {
stage('Prepare'){ stage('Prepare'){
steps{ steps{
powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-1.14.0.ospx; del oint-1.14.0.ospx' powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-1.15.0.ospx; del oint-1.15.0.ospx'
powershell encoding: 'UTF-8', script:'oscript -make ./src/en/cli/core/Classes/app.os oint.exe' powershell encoding: 'UTF-8', script:'oscript -make ./src/en/cli/core/Classes/app.os oint.exe'
} }
} }
@ -2328,7 +2328,7 @@ pipeline {
stages { stages {
stage('Prepare'){ stage('Prepare'){
steps{ steps{
powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-1.14.0.ospx; del oint-1.14.0.ospx' powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-1.15.0.ospx; del oint-1.15.0.ospx'
powershell encoding: 'UTF-8', script:'oscript -make ./src/en/cli/core/Classes/app.os oint.exe' powershell encoding: 'UTF-8', script:'oscript -make ./src/en/cli/core/Classes/app.os oint.exe'
} }
} }

View File

@ -4,7 +4,7 @@ pipeline {
stages { stages {
stage('Prepare'){ stage('Prepare'){
steps{ steps{
powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-1.14.0.ospx; del oint-1.14.0.ospx' powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-1.15.0.ospx; del oint-1.15.0.ospx'
powershell encoding: 'UTF-8', script:'oscript -make ./src/ru/cli/core/Classes/app.os oint.exe' powershell encoding: 'UTF-8', script:'oscript -make ./src/ru/cli/core/Classes/app.os oint.exe'
} }
} }
@ -2328,7 +2328,7 @@ pipeline {
stages { stages {
stage('Prepare'){ stage('Prepare'){
steps{ steps{
powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-1.14.0.ospx; del oint-1.14.0.ospx' powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-1.15.0.ospx; del oint-1.15.0.ospx'
powershell encoding: 'UTF-8', script:'oscript -make ./src/ru/cli/core/Classes/app.os oint.exe' powershell encoding: 'UTF-8', script:'oscript -make ./src/ru/cli/core/Classes/app.os oint.exe'
} }
} }

View File

@ -22,6 +22,14 @@ pipeline {
} }
} }
stahe('Local update'){
steps {
powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install -f oint-1.15.0.ospx; del oint-1.15.0.ospx'
powershell encoding: 'UTF-8', script:'cd ./src/ru/cli; opm build; opm install -f oint-cli-1.15.0.ospx; del oint-cli-1.15.0.ospx'
}
}
stage('Update GIT') { stage('Update GIT') {
steps { steps {
script { script {

View File

@ -5,10 +5,10 @@ pipeline {
steps { steps {
withCredentials([string(credentialsId: 'opm-token', variable: 'TOKEN')]) { withCredentials([string(credentialsId: 'opm-token', variable: 'TOKEN')]) {
powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install -f oint-1.14.0.ospx' powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install -f oint-1.15.0.ospx'
powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm push --token $ENV:TOKEN --channel stable --file oint-1.14.0.ospx; del oint-1.14.0.ospx' powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm push --token $ENV:TOKEN --channel stable --file oint-1.15.0.ospx; del oint-1.15.0.ospx'
powershell encoding: 'UTF-8', script:'cd ./src/ru/cli; opm build;' powershell encoding: 'UTF-8', script:'cd ./src/ru/cli; opm build;'
powershell encoding: 'UTF-8', script:'cd ./src/ru/cli; opm push --token $ENV:TOKEN --channel stable --file oint-cli-1.14.0.ospx; del oint-cli-1.14.0.ospx' powershell encoding: 'UTF-8', script:'cd ./src/ru/cli; opm push --token $ENV:TOKEN --channel stable --file oint-cli-1.15.0.ospx; del oint-cli-1.15.0.ospx'
} }
} }

View File

@ -5,8 +5,8 @@ pipeline {
steps { steps {
powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install -f oint-1.14.0.ospx; del oint-1.14.0.ospx' powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install -f oint-1.15.0.ospx; del oint-1.15.0.ospx'
powershell encoding: 'UTF-8', script:'cd ./src/ru/cli; opm build; opm install -f oint-cli-1.14.0.ospx; del oint-cli-1.14.0.ospx' powershell encoding: 'UTF-8', script:'cd ./src/ru/cli; opm build; opm install -f oint-cli-1.15.0.ospx; del oint-cli-1.15.0.ospx'
} }

View File

@ -45,7 +45,7 @@
| stages { | stages {
| stage('Prepare'){ | stage('Prepare'){
| steps{ | steps{
| powershell encoding: 'UTF-8', script:'cd ./src/" + Язык + "/OInt; opm build; opm install oint-1.14.0.ospx; del oint-1.14.0.ospx' | powershell encoding: 'UTF-8', script:'cd ./src/" + Язык + "/OInt; opm build; opm install oint-1.15.0.ospx; del oint-1.15.0.ospx'
| powershell encoding: 'UTF-8', script:'oscript -make ./src/" + Язык + "/cli/core/Classes/app.os oint.exe' | powershell encoding: 'UTF-8', script:'oscript -make ./src/" + Язык + "/cli/core/Classes/app.os oint.exe'
| } | }
| } | }
@ -78,7 +78,7 @@
| stages { | stages {
| stage('Prepare'){ | stage('Prepare'){
| steps{ | steps{
| powershell encoding: 'UTF-8', script:'cd ./src/" + Язык + "/OInt; opm build; opm install oint-1.14.0.ospx; del oint-1.14.0.ospx' | powershell encoding: 'UTF-8', script:'cd ./src/" + Язык + "/OInt; opm build; opm install oint-1.15.0.ospx; del oint-1.15.0.ospx'
| powershell encoding: 'UTF-8', script:'oscript -make ./src/" + Язык + "/cli/core/Classes/app.os oint.exe' | powershell encoding: 'UTF-8', script:'oscript -make ./src/" + Язык + "/cli/core/Classes/app.os oint.exe'
| } | }
| } | }

View File

@ -45,7 +45,7 @@
| stages { | stages {
| stage('Prepare'){ | stage('Prepare'){
| steps{ | steps{
| powershell encoding: 'UTF-8', script:'cd ./src/" + Язык + "/OInt; opm build; opm install oint-1.14.0.ospx; del oint-1.14.0.ospx' | powershell encoding: 'UTF-8', script:'cd ./src/" + Язык + "/OInt; opm build; opm install oint-1.15.0.ospx; del oint-1.15.0.ospx'
| powershell encoding: 'UTF-8', script:'oscript -make ./src/" + Язык + "/cli/core/Classes/app.os oint.exe' | powershell encoding: 'UTF-8', script:'oscript -make ./src/" + Язык + "/cli/core/Classes/app.os oint.exe'
| } | }
| } | }
@ -78,7 +78,7 @@
| stages { | stages {
| stage('Prepare'){ | stage('Prepare'){
| steps{ | steps{
| powershell encoding: 'UTF-8', script:'cd ./src/" + Язык + "/OInt; opm build; opm install oint-1.14.0.ospx; del oint-1.14.0.ospx' | powershell encoding: 'UTF-8', script:'cd ./src/" + Язык + "/OInt; opm build; opm install oint-1.15.0.ospx; del oint-1.15.0.ospx'
| powershell encoding: 'UTF-8', script:'oscript -make ./src/" + Язык + "/cli/core/Classes/app.os oint.exe' | powershell encoding: 'UTF-8', script:'oscript -make ./src/" + Язык + "/cli/core/Classes/app.os oint.exe'
| } | }
| } | }

View File

@ -136,8 +136,8 @@
| stages { | stages {
| stage('Prepare'){ | stage('Prepare'){
| steps{ | steps{
| powershell encoding: 'UTF-8', script:'cd ./src/" + Язык + "/OInt; opm build; opm install oint-1.14.0.ospx; del oint-1.14.0.ospx' | powershell encoding: 'UTF-8', script:'cd ./src/" + Язык + "/OInt; opm build; opm install oint-1.15.0.ospx; del oint-1.15.0.ospx'
| powershell encoding: 'UTF-8', script:'cd ./src/" + Язык + "/cli; opm build; opm install oint-cli-1.14.0.ospx; del oint-cli-1.14.0.ospx' | powershell encoding: 'UTF-8', script:'cd ./src/" + Язык + "/cli; opm build; opm install oint-cli-1.15.0.ospx; del oint-cli-1.15.0.ospx'
| withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { | withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
| bat encoding: 'UTF-8', script:'""C:/Program Files (x86)/GnuPG/bin/gpg.exe"" --quiet --batch --yes --decrypt --passphrase=""%GPGKEY%"" --output ./data.json ./data.json.gpg' | bat encoding: 'UTF-8', script:'""C:/Program Files (x86)/GnuPG/bin/gpg.exe"" --quiet --batch --yes --decrypt --passphrase=""%GPGKEY%"" --output ./data.json ./data.json.gpg'
| } | }

View File

@ -10,7 +10,7 @@
Процедура НачалоРаботы() Процедура НачалоРаботы()
Репозиторий = "https://github.com/Bayselonarrend/OpenIntegrations"; Репозиторий = "https://github.com/Bayselonarrend/OpenIntegrations";
Версия = "1.14.0"; Версия = "1.15.0";
Режим = "CONFIG"; Режим = "CONFIG";
//Локальные данные //Локальные данные

View File

@ -3,8 +3,8 @@ pipeline {
stages { stages {
stage('Prepare'){ stage('Prepare'){
steps{ steps{
powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-1.14.0.ospx; del oint-1.14.0.ospx' powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-1.15.0.ospx; del oint-1.15.0.ospx'
powershell encoding: 'UTF-8', script:'cd ./src/en/cli; opm build; opm install oint-cli-1.14.0.ospx; del oint-cli-1.14.0.ospx' powershell encoding: 'UTF-8', script:'cd ./src/en/cli; opm build; opm install oint-cli-1.15.0.ospx; del oint-cli-1.15.0.ospx'
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
bat encoding: 'UTF-8', script:'"C:/Program Files (x86)/GnuPG/bin/gpg.exe" --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' bat encoding: 'UTF-8', script:'"C:/Program Files (x86)/GnuPG/bin/gpg.exe" --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg'
} }

View File

@ -3,8 +3,8 @@ pipeline {
stages { stages {
stage('Prepare'){ stage('Prepare'){
steps{ steps{
powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-1.14.0.ospx; del oint-1.14.0.ospx' powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-1.15.0.ospx; del oint-1.15.0.ospx'
powershell encoding: 'UTF-8', script:'cd ./src/ru/cli; opm build; opm install oint-cli-1.14.0.ospx; del oint-cli-1.14.0.ospx' powershell encoding: 'UTF-8', script:'cd ./src/ru/cli; opm build; opm install oint-cli-1.15.0.ospx; del oint-cli-1.15.0.ospx'
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) { withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
bat encoding: 'UTF-8', script:'"C:/Program Files (x86)/GnuPG/bin/gpg.exe" --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg' bat encoding: 'UTF-8', script:'"C:/Program Files (x86)/GnuPG/bin/gpg.exe" --quiet --batch --yes --decrypt --passphrase="%GPGKEY%" --output ./data.json ./data.json.gpg'
} }

View File

@ -8577,8 +8577,8 @@
"integrity": "sha512-zTU3DaZaF3Rt9rhN3uBMGQD3dD2/vFQqnvZCDv4dl5iOzq2IZQqTxu90r4E5J+nP70J3ilqVCrbho2eWaeW8Ow==" "integrity": "sha512-zTU3DaZaF3Rt9rhN3uBMGQD3dD2/vFQqnvZCDv4dl5iOzq2IZQqTxu90r4E5J+nP70J3ilqVCrbho2eWaeW8Ow=="
}, },
"node_modules/lunr-languages": { "node_modules/lunr-languages": {
"version": "1.14.0", "version": "1.15.0",
"resolved": "https://registry.npmjs.org/lunr-languages/-/lunr-languages-1.14.0.tgz", "resolved": "https://registry.npmjs.org/lunr-languages/-/lunr-languages-1.15.0.tgz",
"integrity": "sha512-hWUAb2KqM3L7J5bcrngszzISY4BxrXn/Xhbb9TTCJYEGqlR1nG67/M14sp09+PTIRklobrn57IAxcdcO/ZFyNA==" "integrity": "sha512-hWUAb2KqM3L7J5bcrngszzISY4BxrXn/Xhbb9TTCJYEGqlR1nG67/M14sp09+PTIRklobrn57IAxcdcO/ZFyNA=="
}, },
"node_modules/mark.js": { "node_modules/mark.js": {

View File

@ -1,5 +1,5 @@
#define MyAppName "OInt" #define MyAppName "OInt"
#define MyAppVersion "1.14.0" #define MyAppVersion "1.15.0"
#define MyAppPublisher "bayselonarrend" #define MyAppPublisher "bayselonarrend"
#define MyAppURL "https://github.com/Bayselonarrend/OpenIntegrations" #define MyAppURL "https://github.com/Bayselonarrend/OpenIntegrations"
#define MyAppExeName "oint.exe" #define MyAppExeName "oint.exe"

View File

@ -1,5 +1,5 @@
#define MyAppName "OInt" #define MyAppName "OInt"
#define MyAppVersion "1.14.0" #define MyAppVersion "1.15.0"
#define MyAppPublisher "bayselonarrend" #define MyAppPublisher "bayselonarrend"
#define MyAppURL "https://github.com/Bayselonarrend/OpenIntegrations" #define MyAppURL "https://github.com/Bayselonarrend/OpenIntegrations"
#define MyAppExeName "oint.exe" #define MyAppExeName "oint.exe"

View File

@ -1,5 +1,5 @@
{ {
"version": "1.14.0", "version": "1.15.0",
"root": "./src/", "root": "./src/",
"mainLang": "ru", "mainLang": "ru",
"packageSrc": "OInt/", "packageSrc": "OInt/",

View File

@ -1,5 +1,5 @@
Описание.Имя("oint") Описание.Имя("oint")
.Версия("1.14.0") .Версия("1.15.0")
.Автор("bayselonarrend") .Автор("bayselonarrend")
.АдресАвтора("bayselonarrend@gmail.com") .АдресАвтора("bayselonarrend@gmail.com")
.Описание("Открытый пакет интеграций с популярными API") .Описание("Открытый пакет интеграций с популярными API")

View File

@ -26,7 +26,7 @@
<usePurposes>PersonalComputer</usePurposes> <usePurposes>PersonalComputer</usePurposes>
<scriptVariant>English</scriptVariant> <scriptVariant>English</scriptVariant>
<vendor>Bayselonarrend</vendor> <vendor>Bayselonarrend</vendor>
<version>1.14.0</version> <version>1.15.0</version>
<detailedInformation> <detailedInformation>
<key>en</key> <key>en</key>
<value>The Open Integration Package is a set of libraries for integrating with some popular APIs for 1C:Enterprise. It consists of common modules, each responsible for its own API, as well as several shared tool modules..</value> <value>The Open Integration Package is a set of libraries for integrating with some popular APIs for 1C:Enterprise. It consists of common modules, each responsible for its own API, as well as several shared tool modules..</value>

View File

@ -1,7 +1,7 @@
-s dir -s dir
--name oint --name oint
--license mit --license mit
--version 1.14.0 --version 1.15.0
--architecture all --architecture all
--depends mono-complete --depends mono-complete
--description "OInt CLI - приложение для работы с API различных онлайн-сервисов из командной строки" --description "OInt CLI - приложение для работы с API различных онлайн-сервисов из командной строки"

View File

@ -1,7 +1,7 @@
#Использовать "./internal" #Использовать "./internal"
Функция ПолучитьВерсию() Экспорт Функция ПолучитьВерсию() Экспорт
Возврат "1.14.0"; Возврат "1.15.0";
КонецФункции КонецФункции
Функция ПолучитьСоответствиеКомандМодулей() Экспорт Функция ПолучитьСоответствиеКомандМодулей() Экспорт

View File

@ -1,5 +1,5 @@
Описание.Имя("oint-cli") Описание.Имя("oint-cli")
.Версия("1.14.0") .Версия("1.15.0")
.Автор("bayselonarrend") .Автор("bayselonarrend")
.АдресАвтора("bayselonarrend@gmail.com") .АдресАвтора("bayselonarrend@gmail.com")
.Описание("CLI версия Открытого пакета интеграций") .Описание("CLI версия Открытого пакета интеграций")

View File

@ -1,5 +1,5 @@
Описание.Имя("oint") Описание.Имя("oint")
.Версия("1.14.0") .Версия("1.15.0")
.Автор("bayselonarrend") .Автор("bayselonarrend")
.АдресАвтора("bayselonarrend@gmail.com") .АдресАвтора("bayselonarrend@gmail.com")
.Описание("Открытый пакет интеграций с популярными API") .Описание("Открытый пакет интеграций с популярными API")

View File

@ -26,7 +26,7 @@
<usePurposes>PersonalComputer</usePurposes> <usePurposes>PersonalComputer</usePurposes>
<scriptVariant>Russian</scriptVariant> <scriptVariant>Russian</scriptVariant>
<vendor>Bayselonarrend</vendor> <vendor>Bayselonarrend</vendor>
<version>1.14.0</version> <version>1.15.0</version>
<detailedInformation> <detailedInformation>
<key>ru</key> <key>ru</key>
<value>Открытый пакет интеграций - набор библиотек для интеграции с некоторыми популярными API для 1C:Enterprise. Он состоит из общих модулей, каждый из которых отвечает за свой API, а также нескольких модулей-инструментов, общих для всех.</value> <value>Открытый пакет интеграций - набор библиотек для интеграции с некоторыми популярными API для 1C:Enterprise. Он состоит из общих модулей, каждый из которых отвечает за свой API, а также нескольких модулей-инструментов, общих для всех.</value>

View File

@ -1,7 +1,7 @@
-s dir -s dir
--name oint --name oint
--license mit --license mit
--version 1.14.0 --version 1.15.0
--architecture all --architecture all
--depends mono-complete --depends mono-complete
--description "OInt CLI - приложение для работы с API различных онлайн-сервисов из командной строки" --description "OInt CLI - приложение для работы с API различных онлайн-сервисов из командной строки"

View File

@ -1,7 +1,7 @@
#Использовать "./internal" #Использовать "./internal"
Функция ПолучитьВерсию() Экспорт Функция ПолучитьВерсию() Экспорт
Возврат "1.14.0"; Возврат "1.15.0";
КонецФункции КонецФункции
Функция ПолучитьСоответствиеКомандМодулей() Экспорт Функция ПолучитьСоответствиеКомандМодулей() Экспорт

View File

@ -1,5 +1,5 @@
Описание.Имя("oint-cli") Описание.Имя("oint-cli")
.Версия("1.14.0") .Версия("1.15.0")
.Автор("bayselonarrend") .Автор("bayselonarrend")
.АдресАвтора("bayselonarrend@gmail.com") .АдресАвтора("bayselonarrend@gmail.com")
.Описание("CLI версия Открытого пакета интеграций") .Описание("CLI версия Открытого пакета интеграций")