@@ -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
"""
}