Skip to content

Commit

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

0 comments on commit 0aa875f

Please sign in to comment.