old war file deploying

26 views
Skip to first unread message

nagashree ck

unread,
Feb 12, 2015, 5:08:17 AM2/12/15
to jenkins...@googlegroups.com
Hi Friends,


old war files getting deploying through jenkins.

can anybody help me.

Thanks in Advance


Rob Mandeville

unread,
Feb 12, 2015, 5:35:00 AM2/12/15
to jenkins...@googlegroups.com, Rob Mandeville

Nope, nobody here can help you.  We’ve got nothing to go on :*)

 

What sort of a job are you running?  May we see some logs?  How does it choose which WAR file to deploy, and even where are they coming from?  Why are you expecting a newer WAR file than Jenkins is giving you?

 

With some more information, we may be able to help.

 

--Rob

--
You received this message because you are subscribed to the Google Groups "Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CAKO07kr9WLqR-7CEKx8xWBxoJ%3DksUduvNyY0NDF6oGcsqwhFjg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Click here to report this email as spam.



This e-mail and the information, including any attachments it contains, are intended to be a confidential communication only to the person or entity to whom it is addressed and may contain information that is privileged. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please immediately notify the sender and destroy the original message.

Thank you.

Please consider the environment before printing this email.

nagashree ck

unread,
Feb 16, 2015, 3:53:19 AM2/16/15
to jenkins...@googlegroups.com

Richard Bywater

unread,
Feb 16, 2015, 3:56:39 AM2/16/15
to jenkins...@googlegroups.com
Please do not repost the same question. Rob has already attempted to elicit more information from you as, at it stands, no-one will be able to help because there are no details.

Richard.

--
You received this message because you are subscribed to the Google Groups "Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-use...@googlegroups.com.

nagashree ck

unread,
Feb 16, 2015, 5:21:17 AM2/16/15
to jenkins...@googlegroups.com
Thanks for reply Rob.

in jenkins i have created job like ams. last Successful artifacts i.e ams.war deploying in jboss using shell script.

here is the shell script

deployamsapp() {

cd /app/deployments

mkdir release-on-$FOLDERDATE

cd  release-on-$FOLDERDATE

wget --auth-no-challenge --http-user=name --http-password=*** -O - http://linktoams.war | tee ams.war | md5sum > $TMPDEPLOY/release-on-$FOLDERDATE/artifact-MD20SUM.txt

sleep 20; 

cp ams.war  $JBOSS_HOME/standalone/deployments/

fileintegrity=`md5sum $JBOSS_HOME/standalone/deployments/ams.war`

echo " Deployed file MD20 is :$fileintegrity" >> $TMPDEPLOY/release-on-$FOLDERDATE/deployedmd20.txt

}

Thanks in Advance.

Reply all
Reply to author
Forward
0 new messages