Skip to content

Commit

Permalink
chore: reset
Browse files Browse the repository at this point in the history
  • Loading branch information
SandevDewthilina authored and valenad1 committed Mar 3, 2025
1 parent 57da264 commit 7d73f84
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/jenkins/jenkinsfiles/Jenkinsfile-Release
Original file line number Diff line number Diff line change
Expand Up @@ -639,13 +639,10 @@ EOF
id
printenv | sort
ls -la
pwd
addgroup -g 1002 jenkins
adduser -D -u 1002 -G jenkins -s /bin/sh jenkins
ls -la ${env.BUILD_NUMBER_DIR}
chown -R jenkins:jenkins ${env.BUILD_NUMBER_DIR}
cd ${env.BUILD_NUMBER_DIR}
ls -la
rm -rf target/*.zip
rm -rf h2o-dist
find . -name 'h2odriver-3.*.0.jar' -delete -print
Expand Down

0 comments on commit 7d73f84

Please sign in to comment.