ソースを参照

adjusted jenkinsfile

xiaoct 7 年 前
コミット
46b267922f
1 ファイル変更1 行追加1 行削除
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -3,7 +3,7 @@ pipeline {
         dockerfile {
             filename 'Dockerfile'
             registryUrl 'https://registry.docker-cn.com'
-            args '-p 84:84 -p 8080:8081 --security-opt apparmor=unconfined'
+            args '-p 84:84 -p 8081:8080 --security-opt apparmor=unconfined'
         }
     }
     stages {