Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
Neeptossss committed Nov 25, 2023
1 parent c24db28 commit d95911a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
7 changes: 6 additions & 1 deletion jenkins/job_dsl.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,12 @@ freeStyleJob("link-project") {
preBuildCleanup()
}
steps {
shell("./whanos.sh")
shell(\'\'\'
cp -r /whanos/scripts/* .
chmod -R 777 .
ls -la
sh -c "./whanos.sh"
\'\'\')
}
}
''')
Expand Down
5 changes: 0 additions & 5 deletions scripts/whanos.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# Copy all scripts from /whanos/scripts to ./
cp -r /whanos/scripts/* .
chmod -R 777 .
ls -la

# Install docker-cli
./install_dockercli.sh
if [ $? -ne 0 ]; then
Expand Down

0 comments on commit d95911a

Please sign in to comment.