1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2024-12-02 09:21:37 +02:00

Update МетодыФормированияТестовJenkins.os

This commit is contained in:
Anton Titovets 2024-09-17 10:18:51 +03:00
parent 3d54db6b3d
commit b270ab356b

View File

@ -118,14 +118,14 @@
Процедура СообщитьОкончаниеФайлаПроцесса(Знач СписокБиблиотек, Знач Язык, Знач СписокВлияний = "")
ТекущийДокумент.ДобавитьСтроку("
| }
| }
| post{
| always{
| script {
| withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
| bat encoding: 'UTF-8', script:'del ./data.json.gpg'
| bat encoding: 'UTF-8', script:'del ""./data.json.gpg""'
| bat encoding: 'UTF-8', script:'""C:/Program Files (x86)/GnuPG/bin/gpg.exe"" --batch --symmetric --cipher-algo AES256 --passphrase=""%GPGKEY%"" ./data.json'
| bat encoding: 'UTF-8', script:'del ./data.json'
| bat encoding: 'UTF-8', script:'del ""./data.json""'
| }
| withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
| bat ""git config user.email vitaly.the.alpaca@gmail.com""