Skip to content

Commit

Permalink
ci(job): fix script path
Browse files Browse the repository at this point in the history
  • Loading branch information
Neeptossss committed Nov 29, 2023
1 parent 99b23fd commit a129313
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jenkins/job_dsl.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ freeStyleJob("link-project") {
}
steps {
shell(\'\'\'
chmod -R 777 /whanos
sh -c "/whanos/whanos.sh \\\"$DISPLAY_NAME\\\""
chmod -R 777 /whanos/scripts/
sh -c "/whanos/scripts/whanos.sh \\\"$DISPLAY_NAME\\\""
\'\'\')
}
}
Expand Down

0 comments on commit a129313

Please sign in to comment.