1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2024-12-27 02:43:54 +02:00
This commit is contained in:
Anton 2024-10-15 21:07:18 +03:00
parent 088558373d
commit 2ae1e04c8b
3 changed files with 3 additions and 3 deletions

View File

@ -137,7 +137,7 @@
| stage('Prepare'){
| 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/" + Язык + "/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.14.0.ospx; del oint-cli-1.14.0.ospx'
| 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'
| }

View File

@ -23,7 +23,7 @@ import TabItem from '@theme/TabItem';
@Примечание
```bsl title="Code example"
```bsl title="1C:Enterprise/OneScript code example"
@Вызов1С
```

View File

@ -23,7 +23,7 @@ import TabItem from '@theme/TabItem';
@Примечание
```bsl title="Пример кода"
```bsl title="Пример использования для 1С:Предприятие/OneScript"
@Вызов1С
```