Explorar o código

Reverted changes.

Spencer Gardner %!s(int64=6) %!d(string=hai) anos
pai
achega
5d5902ce46
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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{