mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2024-12-27 02:43:54 +02:00
Fastfix
This commit is contained in:
parent
088558373d
commit
2ae1e04c8b
@ -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'
|
||||
| }
|
||||
|
@ -23,7 +23,7 @@ import TabItem from '@theme/TabItem';
|
||||
@Примечание
|
||||
|
||||
|
||||
```bsl title="Code example"
|
||||
```bsl title="1C:Enterprise/OneScript code example"
|
||||
@Вызов1С
|
||||
```
|
||||
|
||||
|
@ -23,7 +23,7 @@ import TabItem from '@theme/TabItem';
|
||||
@Примечание
|
||||
|
||||
|
||||
```bsl title="Пример кода"
|
||||
```bsl title="Пример использования для 1С:Предприятие/OneScript"
|
||||
@Вызов1С
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user