[JIRA] [p4-plugin] (JENKINS-34379) P4 Plugin integration/support with Artifactory.

2016-04-25 Thread t...@perforce.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Tony Kim updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-34379 
 
 
 
  P4 Plugin integration/support with Artifactory.  
 
 
 
 
 
 
 
 
 

Change By:
 
 Tony Kim 
 
 
 

Priority:
 
 Minor Major 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [p4-plugin] (JENKINS-34379) P4 Plugin integration/support with Artifactory.

2016-04-21 Thread t...@perforce.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Tony Kim assigned an issue to Paul Allen 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-34379 
 
 
 
  P4 Plugin integration/support with Artifactory.  
 
 
 
 
 
 
 
 
 

Change By:
 
 Tony Kim 
 
 
 

Assignee:
 
 Paul Allen 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [p4-plugin] (JENKINS-34379) P4 Plugin integration/support with Artifactory.

2016-04-21 Thread t...@perforce.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Tony Kim created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-34379 
 
 
 
  P4 Plugin integration/support with Artifactory.  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  New Feature 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Components:
 

 p4-plugin 
 
 
 

Created:
 

 2016/Apr/21 9:44 PM 
 
 
 

Priority:
 
  Minor 
 
 
 

Reporter:
 
 Tony Kim 
 
 
 
 
 
 
 
 
 
 
Artifactory Plugin support to use with the P4 Plugin.  
(Currently, the Perforce Plugin in Version 1.3.8 of the Release Notes, have Artifactory Plugin support. The request is have it for P4 as well).  
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
   

[JIRA] (JENKINS-13044) Ant multiple properties delimited by spaces parsed as a single property

2012-04-04 Thread t...@perforce.com (JIRA)

[ 
https://issues.jenkins-ci.org/browse/JENKINS-13044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=161265#comment-161265
 ] 

Tony Kim commented on JENKINS-13044:


It would be great to have this capability.  I'm facing the same issue.  Need 
ability to use multiple properties.

 Ant multiple properties delimited by spaces parsed as a single property
 ---

 Key: JENKINS-13044
 URL: https://issues.jenkins-ci.org/browse/JENKINS-13044
 Project: Jenkins
  Issue Type: Bug
  Components: ant
Affects Versions: current
 Environment: SunOS ldnwebv10 5.10 Generic_120012-14 i86pc i386 i86pc 
 Solaris
 Jenkins STABLE 1.424.3
Reporter: Ed Randall

 Configuring an Ant task on a job with multiple properties on 1 line separated 
 by a space, ie.:
 name1=value1 name2=value2 
 Results at execution time in:
 ant ... -Dname1=value1 name2=value2
 This is not expected, what I would expect from the documentation is:
 -Dname1=value1 -Dname2=value2 
 etc.
 eg.
 Properties: offline=1 user.prefs.dir=/home/hudson/config/Bedrock-DEV-config 
 user.bedrock.properties=bedrock-quicktest.properties
 console log:
 [Bedrock-DEV-GF-EL-03-quick-test] $ 
 /home/hudson/tools/apache-ant-1.7.1/bin/ant 
 -DUPSTREAM_BUILD_TAG=jenkins-Bedrock-DEV-GF-EL-01-compile-2656 
 -DP4_CHANGELIST_PARAM=322808 -Doffline=1 
 user.prefs.dir=/home/hudson/config/Bedrock-DEV-config 
 user.bedrock.properties=bedrock-quicktest.properties hudson.quicktests
 Buildfile: build.xml

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[JIRA] (JENKINS-13044) Ant multiple properties delimited by spaces parsed as a single property

2012-04-04 Thread t...@perforce.com (JIRA)

[ 
https://issues.jenkins-ci.org/browse/JENKINS-13044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=161266#comment-161266
 ] 

Tony Kim commented on JENKINS-13044:


Ahh, nevermind.  Ed, I found out that (this was not noticeable, likely due to 
our browser), the properties field value can be elongated, so that we can input 
multiple properties, one per line.  i.e. -

name1=value1 
name2=value2

Hope that makes sense,

 Ant multiple properties delimited by spaces parsed as a single property
 ---

 Key: JENKINS-13044
 URL: https://issues.jenkins-ci.org/browse/JENKINS-13044
 Project: Jenkins
  Issue Type: Bug
  Components: ant
Affects Versions: current
 Environment: SunOS ldnwebv10 5.10 Generic_120012-14 i86pc i386 i86pc 
 Solaris
 Jenkins STABLE 1.424.3
Reporter: Ed Randall

 Configuring an Ant task on a job with multiple properties on 1 line separated 
 by a space, ie.:
 name1=value1 name2=value2 
 Results at execution time in:
 ant ... -Dname1=value1 name2=value2
 This is not expected, what I would expect from the documentation is:
 -Dname1=value1 -Dname2=value2 
 etc.
 eg.
 Properties: offline=1 user.prefs.dir=/home/hudson/config/Bedrock-DEV-config 
 user.bedrock.properties=bedrock-quicktest.properties
 console log:
 [Bedrock-DEV-GF-EL-03-quick-test] $ 
 /home/hudson/tools/apache-ant-1.7.1/bin/ant 
 -DUPSTREAM_BUILD_TAG=jenkins-Bedrock-DEV-GF-EL-01-compile-2656 
 -DP4_CHANGELIST_PARAM=322808 -Doffline=1 
 user.prefs.dir=/home/hudson/config/Bedrock-DEV-config 
 user.bedrock.properties=bedrock-quicktest.properties hudson.quicktests
 Buildfile: build.xml

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira