1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-05-22 10:05:29 +02:00

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

This commit is contained in:
Anton Titovets
2024-09-24 10:28:50 +03:00
parent 63f0ffab6b
commit 92fc52ad73
17 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ pipeline {
stages {
stage('Prepare'){
steps{
powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-1.13.0.ospx; del oint-1.13.0.ospx'
powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-1.14.0.ospx; del oint-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'
}