You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Jenkins Users
Many Google document say that to delpoy weblogic with jenkins, use "Deploy WebLogic Plugin".
But I want to not using plugin, only command or others.
How can I doing this?
hiranch...@googlemail.com
unread,
Aug 16, 2016, 4:00:05 AM8/16/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Jenkins Users
Have you tried setting up a script that builds your application (as a war/ear file) and then copies it into the Weblogic deployment folder? Maybe you need to shutdown/startup JBoss as well.
I guess the Weblogic plugin does not much different stuff.