@@ -23,9 +23,8 @@ node {
stage('Release && check'){
for (int i = 0; i < projectList.length ; i++) {
cd ${jenkins_home}
- chmod +x ${jenkins_home}jenkins.py
- python3 jenkins.py
- """
+ sh "chmod +x ${jenkins_home}jenkins.py"
+ sh "python3 jenkins.py"
}