소스 검색

Reverted changes.

Spencer Gardner 6 년 전
부모
커밋
5d5902ce46
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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{