Explorar o código

更新 'Jenkinsfile'

chenghongxi %!s(int64=4) %!d(string=hai) anos
pai
achega
3beab6926e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
 		"""
 	}