1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-01-14 04:35:49 +02:00
This commit is contained in:
Anton Titovets 2024-09-17 09:22:42 +03:00
commit 5fbac7ab1e
3 changed files with 4672 additions and 4672 deletions

View File

@ -1,7 +1,7 @@
pipeline {
agent any
stages {
stage(Prepare){
stage('Prepare'){
steps{
powershell encoding: 'UTF-8', script:'cd ./src/en/OInt; opm build; opm install oint-1.13.0.ospx; del oint-1.13.0.ospx'
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {

View File

@ -1,7 +1,7 @@
pipeline {
agent any
stages {
stage(Prepare){
stage('Prepare'){
steps{
powershell encoding: 'UTF-8', script:'cd ./src/ru/OInt; opm build; opm install oint-1.13.0.ospx; del oint-1.13.0.ospx'
withCredentials([string(credentialsId: 'gpgkey', variable: 'GPGKEY')]) {

File diff suppressed because it is too large Load Diff