You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-25 22:12:29 +02:00
Main build (Jenkins)
This commit is contained in:
8
ci/cli_deb_test_en
vendored
8
ci/cli_deb_test_en
vendored
@@ -51,9 +51,6 @@ pipeline {
|
|||||||
stage('Prepare'){
|
stage('Prepare'){
|
||||||
steps{
|
steps{
|
||||||
sh 'cd ./src/en/OInt && opm build && opm install oint-1.29.0.ospx && rm oint-1.29.0.ospx'
|
sh 'cd ./src/en/OInt && opm build && opm install oint-1.29.0.ospx && rm oint-1.29.0.ospx'
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Create ReportPortal launch'){
|
stage('Create ReportPortal launch'){
|
||||||
@@ -795,11 +792,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'rm "./data.json.gpg"'
|
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
|
||||||
sh 'rm "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
8
ci/cli_deb_test_ru
vendored
8
ci/cli_deb_test_ru
vendored
@@ -51,9 +51,6 @@ pipeline {
|
|||||||
stage('Prepare'){
|
stage('Prepare'){
|
||||||
steps{
|
steps{
|
||||||
sh 'cd ./src/ru/OInt && opm build && opm install oint-1.29.0.ospx && rm oint-1.29.0.ospx'
|
sh 'cd ./src/ru/OInt && opm build && opm install oint-1.29.0.ospx && rm oint-1.29.0.ospx'
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Create ReportPortal launch'){
|
stage('Create ReportPortal launch'){
|
||||||
@@ -795,11 +792,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'rm "./data.json.gpg"'
|
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
|
||||||
sh 'rm "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
5
ci/cli_rpm_test_en
vendored
5
ci/cli_rpm_test_en
vendored
@@ -795,11 +795,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'rm "./data.json.gpg"'
|
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
|
||||||
sh 'rm "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
5
ci/cli_rpm_test_ru
vendored
5
ci/cli_rpm_test_ru
vendored
@@ -795,11 +795,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'rm "./data.json.gpg"'
|
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
|
||||||
sh 'rm "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
5
ci/cli_test_en
vendored
5
ci/cli_test_en
vendored
@@ -875,11 +875,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
|
||||||
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
bat "git config user.email vitaly.the.alpaca@gmail.com"
|
bat "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
bat 'git config user.name "Vitaly the Alpaca (bot)"'
|
bat 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
5
ci/cli_test_ru
vendored
5
ci/cli_test_ru
vendored
@@ -875,11 +875,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
|
||||||
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
bat "git config user.email vitaly.the.alpaca@gmail.com"
|
bat "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
bat 'git config user.name "Vitaly the Alpaca (bot)"'
|
bat 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
2
ci/installer_set/share/oint/.versionhash
vendored
2
ci/installer_set/share/oint/.versionhash
vendored
@@ -1 +1 @@
|
|||||||
59C84DB40C9E21E81BE4AA247438F06591A4A37842DD713DB56AFE36A8D63777
|
05A7242061C9D331F5636ACE61BF133038FEE70A76EE3CA7C67AA3FDBEFB1411
|
||||||
5
ci/os_deb_test_en
vendored
5
ci/os_deb_test_en
vendored
@@ -805,11 +805,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'rm "./data.json.gpg"'
|
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
|
||||||
sh 'rm "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
5
ci/os_deb_test_ru
vendored
5
ci/os_deb_test_ru
vendored
@@ -805,11 +805,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'rm "./data.json.gpg"'
|
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
|
||||||
sh 'rm "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
5
ci/os_rpm_test_en
vendored
5
ci/os_rpm_test_en
vendored
@@ -805,11 +805,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'rm "./data.json.gpg"'
|
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
|
||||||
sh 'rm "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
5
ci/os_rpm_test_ru
vendored
5
ci/os_rpm_test_ru
vendored
@@ -805,11 +805,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'rm "./data.json.gpg"'
|
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
|
||||||
sh 'rm "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
5
ci/os_test_en
vendored
5
ci/os_test_en
vendored
@@ -802,11 +802,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
|
||||||
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
bat "git config user.email vitaly.the.alpaca@gmail.com"
|
bat "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
bat 'git config user.name "Vitaly the Alpaca (bot)"'
|
bat 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
5
ci/os_test_ru
vendored
5
ci/os_test_ru
vendored
@@ -802,11 +802,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
|
||||||
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
bat "git config user.email vitaly.the.alpaca@gmail.com"
|
bat "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
bat 'git config user.name "Vitaly the Alpaca (bot)"'
|
bat 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
8
ci/split_tests/Airtable/cli_deb_test_en
vendored
8
ci/split_tests/Airtable/cli_deb_test_en
vendored
@@ -51,9 +51,6 @@ pipeline {
|
|||||||
stage('Prepare'){
|
stage('Prepare'){
|
||||||
steps{
|
steps{
|
||||||
sh 'cd ./src/en/OInt && opm build && opm install oint-1.29.0.ospx && rm oint-1.29.0.ospx'
|
sh 'cd ./src/en/OInt && opm build && opm install oint-1.29.0.ospx && rm oint-1.29.0.ospx'
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Create ReportPortal launch'){
|
stage('Create ReportPortal launch'){
|
||||||
@@ -105,11 +102,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'rm "./data.json.gpg"'
|
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
|
||||||
sh 'rm "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
8
ci/split_tests/Airtable/cli_deb_test_ru
vendored
8
ci/split_tests/Airtable/cli_deb_test_ru
vendored
@@ -51,9 +51,6 @@ pipeline {
|
|||||||
stage('Prepare'){
|
stage('Prepare'){
|
||||||
steps{
|
steps{
|
||||||
sh 'cd ./src/ru/OInt && opm build && opm install oint-1.29.0.ospx && rm oint-1.29.0.ospx'
|
sh 'cd ./src/ru/OInt && opm build && opm install oint-1.29.0.ospx && rm oint-1.29.0.ospx'
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Create ReportPortal launch'){
|
stage('Create ReportPortal launch'){
|
||||||
@@ -105,11 +102,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'rm "./data.json.gpg"'
|
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
|
||||||
sh 'rm "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
5
ci/split_tests/Airtable/cli_rpm_test_en
vendored
5
ci/split_tests/Airtable/cli_rpm_test_en
vendored
@@ -105,11 +105,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'rm "./data.json.gpg"'
|
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
|
||||||
sh 'rm "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
5
ci/split_tests/Airtable/cli_rpm_test_ru
vendored
5
ci/split_tests/Airtable/cli_rpm_test_ru
vendored
@@ -105,11 +105,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'rm "./data.json.gpg"'
|
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
|
||||||
sh 'rm "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
5
ci/split_tests/Airtable/cli_test_en
vendored
5
ci/split_tests/Airtable/cli_test_en
vendored
@@ -185,11 +185,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
|
||||||
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
bat "git config user.email vitaly.the.alpaca@gmail.com"
|
bat "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
bat 'git config user.name "Vitaly the Alpaca (bot)"'
|
bat 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
5
ci/split_tests/Airtable/cli_test_ru
vendored
5
ci/split_tests/Airtable/cli_test_ru
vendored
@@ -185,11 +185,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
|
||||||
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
bat "git config user.email vitaly.the.alpaca@gmail.com"
|
bat "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
bat 'git config user.name "Vitaly the Alpaca (bot)"'
|
bat 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
5
ci/split_tests/Airtable/os_deb_test_en
vendored
5
ci/split_tests/Airtable/os_deb_test_en
vendored
@@ -115,11 +115,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'rm "./data.json.gpg"'
|
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
|
||||||
sh 'rm "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
5
ci/split_tests/Airtable/os_deb_test_ru
vendored
5
ci/split_tests/Airtable/os_deb_test_ru
vendored
@@ -115,11 +115,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'rm "./data.json.gpg"'
|
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
|
||||||
sh 'rm "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
5
ci/split_tests/Airtable/os_rpm_test_en
vendored
5
ci/split_tests/Airtable/os_rpm_test_en
vendored
@@ -115,11 +115,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'rm "./data.json.gpg"'
|
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
|
||||||
sh 'rm "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
5
ci/split_tests/Airtable/os_rpm_test_ru
vendored
5
ci/split_tests/Airtable/os_rpm_test_ru
vendored
@@ -115,11 +115,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'rm "./data.json.gpg"'
|
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
|
||||||
sh 'rm "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
5
ci/split_tests/Airtable/os_test_en
vendored
5
ci/split_tests/Airtable/os_test_en
vendored
@@ -112,11 +112,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
|
||||||
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
bat "git config user.email vitaly.the.alpaca@gmail.com"
|
bat "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
bat 'git config user.name "Vitaly the Alpaca (bot)"'
|
bat 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
5
ci/split_tests/Airtable/os_test_ru
vendored
5
ci/split_tests/Airtable/os_test_ru
vendored
@@ -112,11 +112,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
|
||||||
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
bat "git config user.email vitaly.the.alpaca@gmail.com"
|
bat "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
bat 'git config user.name "Vitaly the Alpaca (bot)"'
|
bat 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
8
ci/split_tests/Bitrix24/cli_deb_test_en
vendored
8
ci/split_tests/Bitrix24/cli_deb_test_en
vendored
@@ -51,9 +51,6 @@ pipeline {
|
|||||||
stage('Prepare'){
|
stage('Prepare'){
|
||||||
steps{
|
steps{
|
||||||
sh 'cd ./src/en/OInt && opm build && opm install oint-1.29.0.ospx && rm oint-1.29.0.ospx'
|
sh 'cd ./src/en/OInt && opm build && opm install oint-1.29.0.ospx && rm oint-1.29.0.ospx'
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Create ReportPortal launch'){
|
stage('Create ReportPortal launch'){
|
||||||
@@ -117,11 +114,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'rm "./data.json.gpg"'
|
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
|
||||||
sh 'rm "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
8
ci/split_tests/Bitrix24/cli_deb_test_ru
vendored
8
ci/split_tests/Bitrix24/cli_deb_test_ru
vendored
@@ -51,9 +51,6 @@ pipeline {
|
|||||||
stage('Prepare'){
|
stage('Prepare'){
|
||||||
steps{
|
steps{
|
||||||
sh 'cd ./src/ru/OInt && opm build && opm install oint-1.29.0.ospx && rm oint-1.29.0.ospx'
|
sh 'cd ./src/ru/OInt && opm build && opm install oint-1.29.0.ospx && rm oint-1.29.0.ospx'
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Create ReportPortal launch'){
|
stage('Create ReportPortal launch'){
|
||||||
@@ -117,11 +114,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'rm "./data.json.gpg"'
|
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
|
||||||
sh 'rm "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
5
ci/split_tests/Bitrix24/cli_rpm_test_en
vendored
5
ci/split_tests/Bitrix24/cli_rpm_test_en
vendored
@@ -117,11 +117,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'rm "./data.json.gpg"'
|
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
|
||||||
sh 'rm "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
5
ci/split_tests/Bitrix24/cli_rpm_test_ru
vendored
5
ci/split_tests/Bitrix24/cli_rpm_test_ru
vendored
@@ -117,11 +117,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'rm "./data.json.gpg"'
|
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
|
||||||
sh 'rm "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
5
ci/split_tests/Bitrix24/cli_test_en
vendored
5
ci/split_tests/Bitrix24/cli_test_en
vendored
@@ -197,11 +197,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
|
||||||
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
bat "git config user.email vitaly.the.alpaca@gmail.com"
|
bat "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
bat 'git config user.name "Vitaly the Alpaca (bot)"'
|
bat 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
5
ci/split_tests/Bitrix24/cli_test_ru
vendored
5
ci/split_tests/Bitrix24/cli_test_ru
vendored
@@ -197,11 +197,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
|
||||||
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
bat "git config user.email vitaly.the.alpaca@gmail.com"
|
bat "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
bat 'git config user.name "Vitaly the Alpaca (bot)"'
|
bat 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
5
ci/split_tests/Bitrix24/os_deb_test_en
vendored
5
ci/split_tests/Bitrix24/os_deb_test_en
vendored
@@ -127,11 +127,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'rm "./data.json.gpg"'
|
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
|
||||||
sh 'rm "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
5
ci/split_tests/Bitrix24/os_deb_test_ru
vendored
5
ci/split_tests/Bitrix24/os_deb_test_ru
vendored
@@ -127,11 +127,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'rm "./data.json.gpg"'
|
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
|
||||||
sh 'rm "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
5
ci/split_tests/Bitrix24/os_rpm_test_en
vendored
5
ci/split_tests/Bitrix24/os_rpm_test_en
vendored
@@ -127,11 +127,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'rm "./data.json.gpg"'
|
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
|
||||||
sh 'rm "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
5
ci/split_tests/Bitrix24/os_rpm_test_ru
vendored
5
ci/split_tests/Bitrix24/os_rpm_test_ru
vendored
@@ -127,11 +127,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'rm "./data.json.gpg"'
|
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
|
||||||
sh 'rm "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
5
ci/split_tests/Bitrix24/os_test_en
vendored
5
ci/split_tests/Bitrix24/os_test_en
vendored
@@ -124,11 +124,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
|
||||||
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
bat "git config user.email vitaly.the.alpaca@gmail.com"
|
bat "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
bat 'git config user.name "Vitaly the Alpaca (bot)"'
|
bat 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
5
ci/split_tests/Bitrix24/os_test_ru
vendored
5
ci/split_tests/Bitrix24/os_test_ru
vendored
@@ -124,11 +124,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
|
||||||
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
bat "git config user.email vitaly.the.alpaca@gmail.com"
|
bat "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
bat 'git config user.name "Vitaly the Alpaca (bot)"'
|
bat 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
8
ci/split_tests/BuildCheck/cli_deb_test_en
vendored
8
ci/split_tests/BuildCheck/cli_deb_test_en
vendored
@@ -51,9 +51,6 @@ pipeline {
|
|||||||
stage('Prepare'){
|
stage('Prepare'){
|
||||||
steps{
|
steps{
|
||||||
sh 'cd ./src/en/OInt && opm build && opm install oint-1.29.0.ospx && rm oint-1.29.0.ospx'
|
sh 'cd ./src/en/OInt && opm build && opm install oint-1.29.0.ospx && rm oint-1.29.0.ospx'
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Create ReportPortal launch'){
|
stage('Create ReportPortal launch'){
|
||||||
@@ -85,11 +82,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'rm "./data.json.gpg"'
|
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
|
||||||
sh 'rm "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
8
ci/split_tests/BuildCheck/cli_deb_test_ru
vendored
8
ci/split_tests/BuildCheck/cli_deb_test_ru
vendored
@@ -51,9 +51,6 @@ pipeline {
|
|||||||
stage('Prepare'){
|
stage('Prepare'){
|
||||||
steps{
|
steps{
|
||||||
sh 'cd ./src/ru/OInt && opm build && opm install oint-1.29.0.ospx && rm oint-1.29.0.ospx'
|
sh 'cd ./src/ru/OInt && opm build && opm install oint-1.29.0.ospx && rm oint-1.29.0.ospx'
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Create ReportPortal launch'){
|
stage('Create ReportPortal launch'){
|
||||||
@@ -85,11 +82,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'rm "./data.json.gpg"'
|
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
|
||||||
sh 'rm "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
5
ci/split_tests/BuildCheck/cli_rpm_test_en
vendored
5
ci/split_tests/BuildCheck/cli_rpm_test_en
vendored
@@ -85,11 +85,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'rm "./data.json.gpg"'
|
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
|
||||||
sh 'rm "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
5
ci/split_tests/BuildCheck/cli_rpm_test_ru
vendored
5
ci/split_tests/BuildCheck/cli_rpm_test_ru
vendored
@@ -85,11 +85,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'rm "./data.json.gpg"'
|
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
|
||||||
sh 'rm "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
5
ci/split_tests/BuildCheck/cli_test_en
vendored
5
ci/split_tests/BuildCheck/cli_test_en
vendored
@@ -165,11 +165,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
|
||||||
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
bat "git config user.email vitaly.the.alpaca@gmail.com"
|
bat "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
bat 'git config user.name "Vitaly the Alpaca (bot)"'
|
bat 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
5
ci/split_tests/BuildCheck/cli_test_ru
vendored
5
ci/split_tests/BuildCheck/cli_test_ru
vendored
@@ -165,11 +165,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
|
||||||
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
bat "git config user.email vitaly.the.alpaca@gmail.com"
|
bat "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
bat 'git config user.name "Vitaly the Alpaca (bot)"'
|
bat 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
5
ci/split_tests/BuildCheck/os_deb_test_en
vendored
5
ci/split_tests/BuildCheck/os_deb_test_en
vendored
@@ -95,11 +95,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'rm "./data.json.gpg"'
|
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
|
||||||
sh 'rm "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
5
ci/split_tests/BuildCheck/os_deb_test_ru
vendored
5
ci/split_tests/BuildCheck/os_deb_test_ru
vendored
@@ -95,11 +95,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'rm "./data.json.gpg"'
|
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
|
||||||
sh 'rm "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
5
ci/split_tests/BuildCheck/os_rpm_test_en
vendored
5
ci/split_tests/BuildCheck/os_rpm_test_en
vendored
@@ -95,11 +95,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'rm "./data.json.gpg"'
|
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
|
||||||
sh 'rm "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
5
ci/split_tests/BuildCheck/os_rpm_test_ru
vendored
5
ci/split_tests/BuildCheck/os_rpm_test_ru
vendored
@@ -95,11 +95,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'rm "./data.json.gpg"'
|
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
|
||||||
sh 'rm "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
5
ci/split_tests/BuildCheck/os_test_en
vendored
5
ci/split_tests/BuildCheck/os_test_en
vendored
@@ -92,11 +92,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
|
||||||
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
bat "git config user.email vitaly.the.alpaca@gmail.com"
|
bat "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
bat 'git config user.name "Vitaly the Alpaca (bot)"'
|
bat 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
5
ci/split_tests/BuildCheck/os_test_ru
vendored
5
ci/split_tests/BuildCheck/os_test_ru
vendored
@@ -92,11 +92,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
|
||||||
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
bat "git config user.email vitaly.the.alpaca@gmail.com"
|
bat "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
bat 'git config user.name "Vitaly the Alpaca (bot)"'
|
bat 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
8
ci/split_tests/CDEK/cli_deb_test_en
vendored
8
ci/split_tests/CDEK/cli_deb_test_en
vendored
@@ -51,9 +51,6 @@ pipeline {
|
|||||||
stage('Prepare'){
|
stage('Prepare'){
|
||||||
steps{
|
steps{
|
||||||
sh 'cd ./src/en/OInt && opm build && opm install oint-1.29.0.ospx && rm oint-1.29.0.ospx'
|
sh 'cd ./src/en/OInt && opm build && opm install oint-1.29.0.ospx && rm oint-1.29.0.ospx'
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Create ReportPortal launch'){
|
stage('Create ReportPortal launch'){
|
||||||
@@ -104,11 +101,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'rm "./data.json.gpg"'
|
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
|
||||||
sh 'rm "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
8
ci/split_tests/CDEK/cli_deb_test_ru
vendored
8
ci/split_tests/CDEK/cli_deb_test_ru
vendored
@@ -51,9 +51,6 @@ pipeline {
|
|||||||
stage('Prepare'){
|
stage('Prepare'){
|
||||||
steps{
|
steps{
|
||||||
sh 'cd ./src/ru/OInt && opm build && opm install oint-1.29.0.ospx && rm oint-1.29.0.ospx'
|
sh 'cd ./src/ru/OInt && opm build && opm install oint-1.29.0.ospx && rm oint-1.29.0.ospx'
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Create ReportPortal launch'){
|
stage('Create ReportPortal launch'){
|
||||||
@@ -104,11 +101,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'rm "./data.json.gpg"'
|
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
|
||||||
sh 'rm "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
5
ci/split_tests/CDEK/cli_rpm_test_en
vendored
5
ci/split_tests/CDEK/cli_rpm_test_en
vendored
@@ -104,11 +104,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'rm "./data.json.gpg"'
|
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
|
||||||
sh 'rm "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
5
ci/split_tests/CDEK/cli_rpm_test_ru
vendored
5
ci/split_tests/CDEK/cli_rpm_test_ru
vendored
@@ -104,11 +104,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'rm "./data.json.gpg"'
|
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
|
||||||
sh 'rm "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
5
ci/split_tests/CDEK/cli_test_en
vendored
5
ci/split_tests/CDEK/cli_test_en
vendored
@@ -184,11 +184,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
|
||||||
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
bat "git config user.email vitaly.the.alpaca@gmail.com"
|
bat "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
bat 'git config user.name "Vitaly the Alpaca (bot)"'
|
bat 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
5
ci/split_tests/CDEK/cli_test_ru
vendored
5
ci/split_tests/CDEK/cli_test_ru
vendored
@@ -184,11 +184,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
|
||||||
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
bat "git config user.email vitaly.the.alpaca@gmail.com"
|
bat "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
bat 'git config user.name "Vitaly the Alpaca (bot)"'
|
bat 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
5
ci/split_tests/CDEK/os_deb_test_en
vendored
5
ci/split_tests/CDEK/os_deb_test_en
vendored
@@ -114,11 +114,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'rm "./data.json.gpg"'
|
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
|
||||||
sh 'rm "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
5
ci/split_tests/CDEK/os_deb_test_ru
vendored
5
ci/split_tests/CDEK/os_deb_test_ru
vendored
@@ -114,11 +114,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'rm "./data.json.gpg"'
|
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
|
||||||
sh 'rm "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
5
ci/split_tests/CDEK/os_rpm_test_en
vendored
5
ci/split_tests/CDEK/os_rpm_test_en
vendored
@@ -114,11 +114,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'rm "./data.json.gpg"'
|
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
|
||||||
sh 'rm "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
5
ci/split_tests/CDEK/os_rpm_test_ru
vendored
5
ci/split_tests/CDEK/os_rpm_test_ru
vendored
@@ -114,11 +114,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'rm "./data.json.gpg"'
|
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
|
||||||
sh 'rm "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
5
ci/split_tests/CDEK/os_test_en
vendored
5
ci/split_tests/CDEK/os_test_en
vendored
@@ -111,11 +111,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
|
||||||
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
bat "git config user.email vitaly.the.alpaca@gmail.com"
|
bat "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
bat 'git config user.name "Vitaly the Alpaca (bot)"'
|
bat 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
5
ci/split_tests/CDEK/os_test_ru
vendored
5
ci/split_tests/CDEK/os_test_ru
vendored
@@ -111,11 +111,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
|
||||||
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
bat "git config user.email vitaly.the.alpaca@gmail.com"
|
bat "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
bat 'git config user.name "Vitaly the Alpaca (bot)"'
|
bat 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
8
ci/split_tests/Dropbox/cli_deb_test_en
vendored
8
ci/split_tests/Dropbox/cli_deb_test_en
vendored
@@ -51,9 +51,6 @@ pipeline {
|
|||||||
stage('Prepare'){
|
stage('Prepare'){
|
||||||
steps{
|
steps{
|
||||||
sh 'cd ./src/en/OInt && opm build && opm install oint-1.29.0.ospx && rm oint-1.29.0.ospx'
|
sh 'cd ./src/en/OInt && opm build && opm install oint-1.29.0.ospx && rm oint-1.29.0.ospx'
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Create ReportPortal launch'){
|
stage('Create ReportPortal launch'){
|
||||||
@@ -109,11 +106,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'rm "./data.json.gpg"'
|
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
|
||||||
sh 'rm "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
8
ci/split_tests/Dropbox/cli_deb_test_ru
vendored
8
ci/split_tests/Dropbox/cli_deb_test_ru
vendored
@@ -51,9 +51,6 @@ pipeline {
|
|||||||
stage('Prepare'){
|
stage('Prepare'){
|
||||||
steps{
|
steps{
|
||||||
sh 'cd ./src/ru/OInt && opm build && opm install oint-1.29.0.ospx && rm oint-1.29.0.ospx'
|
sh 'cd ./src/ru/OInt && opm build && opm install oint-1.29.0.ospx && rm oint-1.29.0.ospx'
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Create ReportPortal launch'){
|
stage('Create ReportPortal launch'){
|
||||||
@@ -109,11 +106,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'rm "./data.json.gpg"'
|
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
|
||||||
sh 'rm "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
5
ci/split_tests/Dropbox/cli_rpm_test_en
vendored
5
ci/split_tests/Dropbox/cli_rpm_test_en
vendored
@@ -109,11 +109,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'rm "./data.json.gpg"'
|
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
|
||||||
sh 'rm "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
5
ci/split_tests/Dropbox/cli_rpm_test_ru
vendored
5
ci/split_tests/Dropbox/cli_rpm_test_ru
vendored
@@ -109,11 +109,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'rm "./data.json.gpg"'
|
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
|
||||||
sh 'rm "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
5
ci/split_tests/Dropbox/cli_test_en
vendored
5
ci/split_tests/Dropbox/cli_test_en
vendored
@@ -189,11 +189,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
|
||||||
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
bat "git config user.email vitaly.the.alpaca@gmail.com"
|
bat "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
bat 'git config user.name "Vitaly the Alpaca (bot)"'
|
bat 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
5
ci/split_tests/Dropbox/cli_test_ru
vendored
5
ci/split_tests/Dropbox/cli_test_ru
vendored
@@ -189,11 +189,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
|
||||||
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
bat "git config user.email vitaly.the.alpaca@gmail.com"
|
bat "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
bat 'git config user.name "Vitaly the Alpaca (bot)"'
|
bat 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
5
ci/split_tests/Dropbox/os_deb_test_en
vendored
5
ci/split_tests/Dropbox/os_deb_test_en
vendored
@@ -119,11 +119,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'rm "./data.json.gpg"'
|
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
|
||||||
sh 'rm "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
5
ci/split_tests/Dropbox/os_deb_test_ru
vendored
5
ci/split_tests/Dropbox/os_deb_test_ru
vendored
@@ -119,11 +119,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'rm "./data.json.gpg"'
|
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
|
||||||
sh 'rm "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
5
ci/split_tests/Dropbox/os_rpm_test_en
vendored
5
ci/split_tests/Dropbox/os_rpm_test_en
vendored
@@ -119,11 +119,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'rm "./data.json.gpg"'
|
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
|
||||||
sh 'rm "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
5
ci/split_tests/Dropbox/os_rpm_test_ru
vendored
5
ci/split_tests/Dropbox/os_rpm_test_ru
vendored
@@ -119,11 +119,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'rm "./data.json.gpg"'
|
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
|
||||||
sh 'rm "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
5
ci/split_tests/Dropbox/os_test_en
vendored
5
ci/split_tests/Dropbox/os_test_en
vendored
@@ -116,11 +116,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
|
||||||
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
bat "git config user.email vitaly.the.alpaca@gmail.com"
|
bat "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
bat 'git config user.name "Vitaly the Alpaca (bot)"'
|
bat 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
5
ci/split_tests/Dropbox/os_test_ru
vendored
5
ci/split_tests/Dropbox/os_test_ru
vendored
@@ -116,11 +116,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
|
||||||
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
bat "git config user.email vitaly.the.alpaca@gmail.com"
|
bat "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
bat 'git config user.name "Vitaly the Alpaca (bot)"'
|
bat 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
8
ci/split_tests/FTP/cli_deb_test_en
vendored
8
ci/split_tests/FTP/cli_deb_test_en
vendored
@@ -51,9 +51,6 @@ pipeline {
|
|||||||
stage('Prepare'){
|
stage('Prepare'){
|
||||||
steps{
|
steps{
|
||||||
sh 'cd ./src/en/OInt && opm build && opm install oint-1.29.0.ospx && rm oint-1.29.0.ospx'
|
sh 'cd ./src/en/OInt && opm build && opm install oint-1.29.0.ospx && rm oint-1.29.0.ospx'
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Create ReportPortal launch'){
|
stage('Create ReportPortal launch'){
|
||||||
@@ -104,11 +101,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'rm "./data.json.gpg"'
|
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
|
||||||
sh 'rm "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
8
ci/split_tests/FTP/cli_deb_test_ru
vendored
8
ci/split_tests/FTP/cli_deb_test_ru
vendored
@@ -51,9 +51,6 @@ pipeline {
|
|||||||
stage('Prepare'){
|
stage('Prepare'){
|
||||||
steps{
|
steps{
|
||||||
sh 'cd ./src/ru/OInt && opm build && opm install oint-1.29.0.ospx && rm oint-1.29.0.ospx'
|
sh 'cd ./src/ru/OInt && opm build && opm install oint-1.29.0.ospx && rm oint-1.29.0.ospx'
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Create ReportPortal launch'){
|
stage('Create ReportPortal launch'){
|
||||||
@@ -104,11 +101,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'rm "./data.json.gpg"'
|
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
|
||||||
sh 'rm "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
5
ci/split_tests/FTP/cli_rpm_test_en
vendored
5
ci/split_tests/FTP/cli_rpm_test_en
vendored
@@ -104,11 +104,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'rm "./data.json.gpg"'
|
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
|
||||||
sh 'rm "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
5
ci/split_tests/FTP/cli_rpm_test_ru
vendored
5
ci/split_tests/FTP/cli_rpm_test_ru
vendored
@@ -104,11 +104,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'rm "./data.json.gpg"'
|
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
|
||||||
sh 'rm "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
5
ci/split_tests/FTP/cli_test_en
vendored
5
ci/split_tests/FTP/cli_test_en
vendored
@@ -184,11 +184,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
|
||||||
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
bat "git config user.email vitaly.the.alpaca@gmail.com"
|
bat "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
bat 'git config user.name "Vitaly the Alpaca (bot)"'
|
bat 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
5
ci/split_tests/FTP/cli_test_ru
vendored
5
ci/split_tests/FTP/cli_test_ru
vendored
@@ -184,11 +184,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
|
||||||
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
bat "git config user.email vitaly.the.alpaca@gmail.com"
|
bat "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
bat 'git config user.name "Vitaly the Alpaca (bot)"'
|
bat 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
5
ci/split_tests/FTP/os_deb_test_en
vendored
5
ci/split_tests/FTP/os_deb_test_en
vendored
@@ -114,11 +114,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'rm "./data.json.gpg"'
|
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
|
||||||
sh 'rm "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
5
ci/split_tests/FTP/os_deb_test_ru
vendored
5
ci/split_tests/FTP/os_deb_test_ru
vendored
@@ -114,11 +114,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'rm "./data.json.gpg"'
|
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
|
||||||
sh 'rm "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
5
ci/split_tests/FTP/os_rpm_test_en
vendored
5
ci/split_tests/FTP/os_rpm_test_en
vendored
@@ -114,11 +114,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'rm "./data.json.gpg"'
|
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
|
||||||
sh 'rm "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
5
ci/split_tests/FTP/os_rpm_test_ru
vendored
5
ci/split_tests/FTP/os_rpm_test_ru
vendored
@@ -114,11 +114,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'rm "./data.json.gpg"'
|
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
|
||||||
sh 'rm "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
5
ci/split_tests/FTP/os_test_en
vendored
5
ci/split_tests/FTP/os_test_en
vendored
@@ -111,11 +111,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
|
||||||
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
bat "git config user.email vitaly.the.alpaca@gmail.com"
|
bat "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
bat 'git config user.name "Vitaly the Alpaca (bot)"'
|
bat 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
5
ci/split_tests/FTP/os_test_ru
vendored
5
ci/split_tests/FTP/os_test_ru
vendored
@@ -111,11 +111,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
|
||||||
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
bat "git config user.email vitaly.the.alpaca@gmail.com"
|
bat "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
bat 'git config user.name "Vitaly the Alpaca (bot)"'
|
bat 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
@@ -51,9 +51,6 @@ pipeline {
|
|||||||
stage('Prepare'){
|
stage('Prepare'){
|
||||||
steps{
|
steps{
|
||||||
sh 'cd ./src/en/OInt && opm build && opm install oint-1.29.0.ospx && rm oint-1.29.0.ospx'
|
sh 'cd ./src/en/OInt && opm build && opm install oint-1.29.0.ospx && rm oint-1.29.0.ospx'
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Create ReportPortal launch'){
|
stage('Create ReportPortal launch'){
|
||||||
@@ -105,11 +102,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'rm "./data.json.gpg"'
|
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
|
||||||
sh 'rm "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
@@ -51,9 +51,6 @@ pipeline {
|
|||||||
stage('Prepare'){
|
stage('Prepare'){
|
||||||
steps{
|
steps{
|
||||||
sh 'cd ./src/ru/OInt && opm build && opm install oint-1.29.0.ospx && rm oint-1.29.0.ospx'
|
sh 'cd ./src/ru/OInt && opm build && opm install oint-1.29.0.ospx && rm oint-1.29.0.ospx'
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Create ReportPortal launch'){
|
stage('Create ReportPortal launch'){
|
||||||
@@ -105,11 +102,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'rm "./data.json.gpg"'
|
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
|
||||||
sh 'rm "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
@@ -105,11 +105,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'rm "./data.json.gpg"'
|
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
|
||||||
sh 'rm "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
@@ -105,11 +105,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'rm "./data.json.gpg"'
|
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
|
||||||
sh 'rm "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
5
ci/split_tests/GoogleCalendar/cli_test_en
vendored
5
ci/split_tests/GoogleCalendar/cli_test_en
vendored
@@ -185,11 +185,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
|
||||||
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
bat "git config user.email vitaly.the.alpaca@gmail.com"
|
bat "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
bat 'git config user.name "Vitaly the Alpaca (bot)"'
|
bat 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
5
ci/split_tests/GoogleCalendar/cli_test_ru
vendored
5
ci/split_tests/GoogleCalendar/cli_test_ru
vendored
@@ -185,11 +185,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
|
||||||
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
bat "git config user.email vitaly.the.alpaca@gmail.com"
|
bat "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
bat 'git config user.name "Vitaly the Alpaca (bot)"'
|
bat 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
5
ci/split_tests/GoogleCalendar/os_deb_test_en
vendored
5
ci/split_tests/GoogleCalendar/os_deb_test_en
vendored
@@ -115,11 +115,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'rm "./data.json.gpg"'
|
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
|
||||||
sh 'rm "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
5
ci/split_tests/GoogleCalendar/os_deb_test_ru
vendored
5
ci/split_tests/GoogleCalendar/os_deb_test_ru
vendored
@@ -115,11 +115,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'rm "./data.json.gpg"'
|
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
|
||||||
sh 'rm "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
5
ci/split_tests/GoogleCalendar/os_rpm_test_en
vendored
5
ci/split_tests/GoogleCalendar/os_rpm_test_en
vendored
@@ -115,11 +115,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'rm "./data.json.gpg"'
|
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
|
||||||
sh 'rm "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
5
ci/split_tests/GoogleCalendar/os_rpm_test_ru
vendored
5
ci/split_tests/GoogleCalendar/os_rpm_test_ru
vendored
@@ -115,11 +115,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'rm "./data.json.gpg"'
|
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
|
||||||
sh 'rm "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
5
ci/split_tests/GoogleCalendar/os_test_en
vendored
5
ci/split_tests/GoogleCalendar/os_test_en
vendored
@@ -112,11 +112,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
|
||||||
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
bat "git config user.email vitaly.the.alpaca@gmail.com"
|
bat "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
bat 'git config user.name "Vitaly the Alpaca (bot)"'
|
bat 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
5
ci/split_tests/GoogleCalendar/os_test_ru
vendored
5
ci/split_tests/GoogleCalendar/os_test_ru
vendored
@@ -112,11 +112,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json.gpg"'
|
|
||||||
bat encoding: 'UTF-8', script:'gpg --batch --symmetric --cipher-algo AES256 --passphrase="%GPGKEY%" ./data.json'
|
|
||||||
bat encoding: 'UTF-8', script:'del "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
bat "git config user.email vitaly.the.alpaca@gmail.com"
|
bat "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
bat 'git config user.name "Vitaly the Alpaca (bot)"'
|
bat 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
8
ci/split_tests/GoogleDrive/cli_deb_test_en
vendored
8
ci/split_tests/GoogleDrive/cli_deb_test_en
vendored
@@ -51,9 +51,6 @@ pipeline {
|
|||||||
stage('Prepare'){
|
stage('Prepare'){
|
||||||
steps{
|
steps{
|
||||||
sh 'cd ./src/en/OInt && opm build && opm install oint-1.29.0.ospx && rm oint-1.29.0.ospx'
|
sh 'cd ./src/en/OInt && opm build && opm install oint-1.29.0.ospx && rm oint-1.29.0.ospx'
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Create ReportPortal launch'){
|
stage('Create ReportPortal launch'){
|
||||||
@@ -106,11 +103,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'rm "./data.json.gpg"'
|
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
|
||||||
sh 'rm "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
8
ci/split_tests/GoogleDrive/cli_deb_test_ru
vendored
8
ci/split_tests/GoogleDrive/cli_deb_test_ru
vendored
@@ -51,9 +51,6 @@ pipeline {
|
|||||||
stage('Prepare'){
|
stage('Prepare'){
|
||||||
steps{
|
steps{
|
||||||
sh 'cd ./src/ru/OInt && opm build && opm install oint-1.29.0.ospx && rm oint-1.29.0.ospx'
|
sh 'cd ./src/ru/OInt && opm build && opm install oint-1.29.0.ospx && rm oint-1.29.0.ospx'
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'gpg --quiet --batch --yes --decrypt --passphrase="$GPGKEY" --output ./data.json ./data.json.gpg'
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Create ReportPortal launch'){
|
stage('Create ReportPortal launch'){
|
||||||
@@ -106,11 +103,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
runCommand('oscript ./ci/os/rp_stop.os "ru"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'rm "./data.json.gpg"'
|
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
|
||||||
sh 'rm "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
5
ci/split_tests/GoogleDrive/cli_rpm_test_en
vendored
5
ci/split_tests/GoogleDrive/cli_rpm_test_en
vendored
@@ -106,11 +106,6 @@ pipeline {
|
|||||||
catchError() {
|
catchError() {
|
||||||
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
runCommand('oscript ./ci/os/rp_stop.os "en"')
|
||||||
}
|
}
|
||||||
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {
|
|
||||||
sh 'rm "./data.json.gpg"'
|
|
||||||
sh 'gpg --batch --symmetric --cipher-algo AES256 --passphrase="$GPGKEY" ./data.json'
|
|
||||||
sh 'rm "./data.json"'
|
|
||||||
}
|
|
||||||
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
withCredentials([gitUsernamePassword(credentialsId: 'gitmain', gitToolName: 'Default')]) {
|
||||||
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
sh "git config user.email vitaly.the.alpaca@gmail.com"
|
||||||
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
sh 'git config user.name "Vitaly the Alpaca (bot)"'
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user