Parcourir la source

e签宝 Jenkinsfile

dujian il y a 3 semaines
Parent
commit
3e94c640a2
2 fichiers modifiés avec 4 ajouts et 13 suppressions
  1. 3 6
      Jenkinsfile
  2. 1 7
      docs/jenkins/Jenkinsfile-alien-py-cloud-produ.groovy

+ 3 - 6
Jenkinsfile

@@ -1,9 +1,6 @@
-/**
- * alien_py_cloud production deploy (canonical Jenkinsfile at repo root)
- *
- * Jenkins: 39.106.135.88 | Target: 39.105.153.68
- * Job Script Path: Jenkinsfile
- *
+/**
+ * alien_py_cloud production deploy (repo root Jenkinsfile)
+ * Jenkins: 39.106.135.88 | Target: 39.105.153.68 | Script Path: Jenkinsfile
  */
 
 def DEFAULT_PROD_SSH_TARGET = 'alien_store@39.105.153.68'

+ 1 - 7
docs/jenkins/Jenkinsfile-alien-py-cloud-produ.groovy

@@ -1,10 +1,4 @@
-/**
- * alien_py_cloud production deploy (canonical Jenkinsfile at repo root)
- *
- * Jenkins: 39.106.135.88 | Target: 39.105.153.68
- * Job Script Path: Jenkinsfile
- *
- */
+// Same as repo root Jenkinsfile. Prefer editing /Jenkinsfile only.
 
 def DEFAULT_PROD_SSH_TARGET = 'alien_store@39.105.153.68'
 def DEFAULT_PROD_SSH_CREDENTIALS_ID = 'e611a045-2fdc-4613-babd-a72d69bf9814'