Spencer Gardner před 6 roky
rodič
revize
5d5902ce46
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      Jenkinsfile

+ 2 - 2
Jenkinsfile

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