Browse Source

更新 'Jenkinsfile'

chenghongxi 4 năm trước cách đây
mục cha
commit
3beab6926e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -17,7 +17,7 @@ node {
     stage('Release && check'){
 		sh """
 		cd ${jenkins_home}
-		chmod + x ${jenkins_home}jenkins.py
+		chmod +x ${jenkins_home}jenkins.py
 		python3 jenkins.py
 		"""
 	}