Forráskód Böngészése

Reverted changes.

Spencer Gardner 6 éve
szülő
commit
5d5902ce46
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      Jenkinsfile

+ 2 - 2
Jenkinsfile

@@ -5,7 +5,7 @@ pipeline{
 		cron('H H H * *')
 		cron('H H H * *')
 	}
 	}
 	stages{
 	stages{
-		stage('Build') {
+        stage('Build') {
 			steps {
 			steps {
 				script {
 				script {
 					docker.withRegistry('https://docker.snppla.net', 'nexus_push'){
 					docker.withRegistry('https://docker.snppla.net', 'nexus_push'){
@@ -14,7 +14,7 @@ pipeline{
 					}
 					}
 				}
 				}
 			}
 			}
-		}
+        }
 	}
 	}
 	post {
 	post {
 		success{
 		success{