You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-08-10 22:41:43 +02:00
Fastfix
This commit is contained in:
10
ci/os_rpm_test_en
vendored
10
ci/os_rpm_test_en
vendored
@@ -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
10
ci/os_rpm_test_ru
vendored
@@ -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
service/templates/jenkins/os_test_rpm.txt
vendored
10
service/templates/jenkins/os_test_rpm.txt
vendored
@@ -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{
|
||||
|
Reference in New Issue
Block a user