Browse Source

Reverted changes.

Spencer Gardner 6 years ago
parent
commit
5d5902ce46
1 changed files with 2 additions and 2 deletions
  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{