Skip to content

Commit

Permalink
dqsd
Browse files Browse the repository at this point in the history
  • Loading branch information
Neeptossss committed Nov 25, 2023
1 parent 041d0de commit bc0b983
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions jenkins/job_dsl.groovy
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,10 @@ freeStyleJob("link-project") {
}
steps {
shell(\'\'\'
chmod -R 777 /whanos
sh -c "/whanos/scripts/whanos.sh"
cp -r /whanos/scripts/* .
chmod -R 777 .
ls -la
sh -c "./whanos.sh"
\'\'\')
}
}
Expand Down

0 comments on commit bc0b983

Please sign in to comment.