|
@@ -1,3 +1,4 @@
|
|
|
+def SERIAL = 180811041
|
|
|
def ENAMES = [ 'prod', 'dev' ]
|
|
|
def CLUSTERS = ['prod': 'iru-swarm1-open.infoclinica.lan', 'dev': 'dev-iru-swarm.infoclinica.lan']
|
|
|
def REGISTRIES = ['prod': 'registry.infoclinica.ru:5000', 'dev': 'dev-registry.infoclinica.ru:5000']
|
|
@@ -33,7 +34,7 @@ pipeline {
|
|
|
)
|
|
|
}
|
|
|
stages {
|
|
|
- stage ("Discover SERIAL") {
|
|
|
+/* stage ("Discover SERIAL") {
|
|
|
steps {
|
|
|
script {
|
|
|
SERIAL = sh script: "echo -n `date +%y%m%d``printf %03d $BUILD_NUMBER`", returnStdout: true
|
|
@@ -82,7 +83,7 @@ pipeline {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- stage("Run in Prod-like") {
|
|
|
+*/ stage("Run in Prod-like") {
|
|
|
steps {
|
|
|
script {
|
|
|
echo "Check Prod-like cluster status"
|