Skip to content

Commit

Permalink
really commit and push
Browse files Browse the repository at this point in the history
  • Loading branch information
olamy authored Sep 6, 2024
1 parent dd1670a commit 140cc86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,12 @@ pipeline {
cp -r $JAVADOC_LOCAL_PATH/* $JAVADOC_PATH/
rm -rf javadoc
git status
#git add -A $JAVADOC_PATH/
#git commit -a"update javadoc for $JETTY_TAG in path $JAVADOC_PATH"
git add -A $JAVADOC_PATH/
git commit -a"update javadoc for $JETTY_TAG in path $JAVADOC_PATH"
git config --local credential.helper "!f() { echo username=\\$GIT_AUTH_USR; echo password=\\$GIT_AUTH_PSW; }; f"
#git push origin main
git push origin main
''')

publishHTML (target : [allowMissing: false,
Expand Down

0 comments on commit 140cc86

Please sign in to comment.