1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-08-10 22:41:43 +02:00
This commit is contained in:
Anton Titovets
2025-06-30 15:32:44 +03:00
parent b8f84e31dc
commit ca52aca504
3 changed files with 9 additions and 21 deletions

10
ci/os_rpm_test_en vendored
View File

@@ -1,11 +1,7 @@
pipeline {
agent {
dockerContainer {
image 'centos:7'
args '-v /tmp/jenkins-agent:/home/jenkins/agent --network openintegrations-internal'
label 'rpm-agent'
}
}
agent {
label 'Agent1' // Имя или метка агента
}
stages {
stage('Prepare'){
steps{

10
ci/os_rpm_test_ru vendored
View File

@@ -1,11 +1,7 @@
pipeline {
agent {
dockerContainer {
image 'centos:7'
args '-v /tmp/jenkins-agent:/home/jenkins/agent --network openintegrations-internal'
label 'rpm-agent'
}
}
agent {
label 'Agent1' // Имя или метка агента
}
stages {
stage('Prepare'){
steps{

View File

@@ -1,11 +1,7 @@
pipeline {
agent {
dockerContainer {
image 'centos:7'
args '-v /tmp/jenkins-agent:/home/jenkins/agent --network openintegrations-internal'
label 'rpm-agent'
}
}
agent {
label 'Agent1' // Имя или метка агента
}
stages {
stage('Prepare'){
steps{