s" in your jenkins job.
>
>
> Hope that helps.
>
>
> Regards,
> Christoph
>
>
>
>
> > From: pradeep palem >
> > To: Jenkins Users >,
> > Date: 02.12.2016 07:58
> > Subject: Re: How to download and view all previous artifacts f
Hi Victor,
Thanks for your reply.
Currently i am generating artifacts from Jenkins , I am able to deploy/copy
to artifactory .
Lets say Build No#12 was the latest build moved to artifactory . Now am
able to see latest artifact i.e Build No# 12 on artifactory dashboard.
But I want to see and
Hi All,
Please help me on this .
Thanks in advance .
Pradeep
On Wednesday, November 30, 2016 at 12:55:02 PM UTC+5:30, pradeep palem
wrote:
>
> Hi All,
> I am trying to deploy the ant and maven artifacts to artifactory .
>
> I can able to deploy the artifacts , but when i try
Hi All,
I am trying to deploy the ant and maven artifacts to artifactory .
I can able to deploy the artifacts , but when i trying to download or veiw
all artifacts from artifactory, i am able to download only latest artifacts
and veiw only latest.
I want to see all the artifacts and i want to d
Can anyone help on this .Unable to resolve this issue ..
Regards
Pradeep Goud
On Thursday, October 6, 2016 at 4:43:33 PM UTC+5:30, pradeep palem wrote:
>
> Hi All,
>
> I am trying to run the oracle sql script which sits in aws rds from
> jenkins server(AWS linux).I have instl
Hi All,
I am trying to run the oracle sql script which sits in aws rds from
jenkins server(AWS linux).I have instlled sql*plus on my jenkins server .
I can able to connect database and execute quires manually from my command
prompt .i,e Jenkins server.
When i am trying to execute thru Jenkins
ing it in
> Jenkins.
>
> Cheers,
> Nico
>
> [1]
> https://en.wikipedia.org/wiki/File_system_permissions#Notation_of_traditional_Unix_permissions
>
> Am Dienstag, 20. September 2016 17:29:21 UTC+2 schrieb pradeep palem:
>>
>> Hi All,
>>
>> I am trying
Hi All,
I am trying to android build from jenkins server.
I have set the* env varibles* as below in /etc/profile and created a
local.properties file the workspace .
export ANDROID_HOME="/root/opt/android-sdk-linux"
export PATH="$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools:$PATH"
*In local