appsptb 1 ヶ月 前
コミット
63a0a94f40
1 ファイル変更1 行追加2 行削除
  1. 1 2
      Jenkinsfile

+ 1 - 2
Jenkinsfile

@@ -12,9 +12,8 @@ node {
     // environment {
       registryAddress = "http://registry.sidali-prod.vertibiz.com"
       registryCredential = 'DockerRegistry-ID'
-
-
     // }
+
     stage('Checkout') {
       checkout scm
     }