Skip to content

Commit

Permalink
fix sh batch
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Lamy <[email protected]>
  • Loading branch information
olamy committed Jun 25, 2024
1 parent a410faa commit 0a997c2
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
''')
}
}
Expand Down

0 comments on commit 0a997c2

Please sign in to comment.