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.

On Thursday, February 12, 2015 at 3:38:17 PM UTC+5:30, nagashree ck wrote:
>
> Hi Friends,
>
>
> old war files getting deploying through jenkins.
>
> can anybody help me.
>
> Thanks in Advance
>
>
>

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/c9d5337a-e026-4010-97bd-8b5779594aa5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to