Spencer Gardner 6 anni fa
parent
commit
5d5902ce46
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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{