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 09:30:09 +03:00
parent 5fba162432
commit f71c59ed73

View File

@ -80,7 +80,7 @@
Синоним = Тест[СтрокаСиноним];
ТекстРаботы = ТекстРаботы + "
| powershell encoding: 'UTF-8', script:'1testrunner -run """ + ФайлТестов + """ """ + Метод + """'
| bat encoding: 'UTF-8', script:'1testrunner -run """ + ФайлТестов + """ """ + Метод + """'
|
|";
@ -123,9 +123,9 @@
| steps{
| script {
| withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
| powershell encoding: 'UTF-8', script:'del ./data.json.gpg'
| powershell encoding: 'UTF-8', script:'""C:/Program Files (x86)/GnuPG/bin/gpg.exe"" --batch --symmetric --cipher-algo AES256 --passphrase=""${GPGKEY}"" ./data.json'
| powershell encoding: 'UTF-8', script:'del ./data.json'
| 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'
| }
| }
| }