[JIRA] [job-dsl-plugin] (JENKINS-31257) shallowClone is not adding --depth=1 to git clone

2015-11-10 Thread l...@balsamiq.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Luis Arias commented on  JENKINS-31257 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: shallowClone is not adding --depth=1 to git clone  
 
 
 
 
 
 
 
 
 
 
Thanks for the clarification and sorry for the noise! 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [job-dsl-plugin] (JENKINS-31264) Support useWorkspaceAsHome gradle step option

2015-10-30 Thread l...@balsamiq.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Luis Arias resolved as Fixed 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
I have implemented this in 
https://github.com/balsamiq/job-dsl-plugin/tree/jenkins-31264-gradle-useWorkspaceAsHome 
and am about to issue a PR. 
 
 
 
 
 
 
 
 
 
 Jenkins /  JENKINS-31264 
 
 
 
  Support useWorkspaceAsHome gradle step option  
 
 
 
 
 
 
 
 
 

Change By:
 
 Luis Arias 
 
 
 

Status:
 
 In Progress Resolved 
 
 
 

Resolution:
 
 Fixed 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [job-dsl-plugin] (JENKINS-31257) shallowClone is not adding --depth=1 to git clone

2015-10-29 Thread l...@balsamiq.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Luis Arias created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-31257 
 
 
 
  shallowClone is not adding --depth=1 to git clone  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 
 Daniel Spilker 
 
 
 

Components:
 

 job-dsl-plugin 
 
 
 

Created:
 

 29/Oct/15 12:48 PM 
 
 
 

Labels:
 

 git 
 
 
 

Priority:
 
  Minor 
 
 
 

Reporter:
 
 Luis Arias 
 
 
 
 
 
 
 
 
 
 
If I use this script to create a job and then run it the console shows that the --depth=1 option is not getting passed to the git clone command line (this is with the latest git plugin 2.4.0) 

 

Unable to find source-code formatter for language: groovy. Available languages are: actionscript, html, java, _javascript_, none, sql, xhtml, xml


job "jenkins-dsl-test", {
  scm {
git "jenkinsci/job-dsl-plugin", {
  shallowClone true
}
  }
} 

 

 
Building on master in workspace /var/lib/jenkins/jobs/jenkins-dsl-test/workspace
 > git rev-parse --is-inside-work-tree # timeout=10

[JIRA] [job-dsl-plugin] (JENKINS-31264) Support useWorkspaceAsHome gradle step option

2015-10-29 Thread l...@balsamiq.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Luis Arias started work on  JENKINS-31264 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 

Change By:
 
 Luis Arias 
 
 
 

Status:
 
 Open In Progress 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [job-dsl-plugin] (JENKINS-31264) Support useWorkspaceAsHome gradle step option

2015-10-29 Thread l...@balsamiq.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Luis Arias created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-31264 
 
 
 
  Support useWorkspaceAsHome gradle step option  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Improvement 
 
 
 

Assignee:
 
 Daniel Spilker 
 
 
 

Components:
 

 job-dsl-plugin 
 
 
 

Created:
 

 29/Oct/15 3:47 PM 
 
 
 

Priority:
 
  Minor 
 
 
 

Reporter:
 
 Luis Arias 
 
 
 
 
 
 
 
 
 
 
I had to use custom XML to add the useWorkspaceAsHome option for a gradle build since it is not supported as of 1.40. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA 

[JIRA] [job-dsl-plugin] (JENKINS-31264) Support useWorkspaceAsHome gradle step option

2015-10-29 Thread l...@balsamiq.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Luis Arias assigned an issue to Luis Arias 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-31264 
 
 
 
  Support useWorkspaceAsHome gradle step option  
 
 
 
 
 
 
 
 
 

Change By:
 
 Luis Arias 
 
 
 

Assignee:
 
 Daniel Spilker Luis Arias 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [ssh-slaves-plugin] (JENKINS-25858) java.io.IOException: Unexpected termination of the channel

2014-12-02 Thread l...@balsamiq.com (JIRA)














































Luis Arias
 created  JENKINS-25858


java.io.IOException: Unexpected termination of the channel















Issue Type:


Bug



Assignee:


Kohsuke Kawaguchi



Attachments:


sysinfo.txt, thread-dump.txt



Components:


ssh-slaves-plugin



Created:


02/Dec/14 8:14 AM



Description:


We are seeing slaves being displayed as offline with an Unexpected termination of channel IO exception. The slaves are actually running as seen in our AWS Management Console but the connection between jenkins master and the slave is broken.  This behavior is fairly recent starting with maybe 1.584.




Environment:


System Properties



Name  ↓

Value   

awt.toolkit	sun.awt.X11.XToolkit

com.sun.org.apache.xml.internal.dtm.DTMManager	com.sun.org.apache.xml.internal.dtm.ref.DTMManagerDefault

executable-war	/usr/share/jenkins/jenkins.war

file.encoding	UTF-8

file.encoding.pkg	sun.io

file.separator	/

guice.disable.misplaced.annotation.check	true

hudson.diyChunking	true

java.awt.graphicsenv	sun.awt.X11GraphicsEnvironment

java.awt.headless	true

java.awt.printerjob	sun.print.PSPrinterJob

java.class.path	/usr/share/jenkins/jenkins.war

java.class.version	51.0

java.endorsed.dirs	/usr/lib/jvm/java-7-openjdk-i386/jre/lib/endorsed

java.ext.dirs	/usr/lib/jvm/java-7-openjdk-i386/jre/lib/ext:/usr/java/packages/lib/ext

java.home	/usr/lib/jvm/java-7-openjdk-i386/jre

java.io.tmpdir	/tmp

java.library.path	/usr/java/packages/lib/i386:/usr/lib/i386-linux-gnu/jni:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/usr/lib/jni:/lib:/usr/lib

java.runtime.name	OpenJDK Runtime Environment

java.runtime.version	1.7.0_65-b32

java.specification.name	Java Platform API Specification

java.specification.vendor	Oracle Corporation

java.specification.version	1.7

java.vendor	Oracle Corporation

java.vendor.url	http://java.oracle.com/

java.vendor.url.bug	http://bugreport.sun.com/bugreport/

java.version	1.7.0_65

java.vm.info	mixed mode, sharing

java.vm.name	OpenJDK Client VM

java.vm.specification.name	Java Virtual Machine Specification

java.vm.specification.vendor	Oracle Corporation

java.vm.specification.version	1.7

java.vm.vendor	Oracle Corporation

java.vm.version	24.65-b04

javax.xml.parsers.DocumentBuilderFactory	com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl

jna.platform.library.path	/usr/lib/i386-linux-gnu:/lib/i386-linux-gnu:/usr/lib:/lib

jnidispatch.path	/tmp/jna--1712433994/jna9004311179259744202.tmp

line.separator	

mail.smtp.sendpartial	true

mail.smtps.sendpartial	true

os.arch	i386

os.name	Linux

os.version	3.13.0-40-generic

path.separator	:

smack.debuggerClass	hudson.plugins.jabber.im.transport.JabberConnectionDebugger

sun.arch.data.model	32

sun.boot.class.path	/usr/lib/jvm/java-7-openjdk-i386/jre/lib/resources.jar:/usr/lib/jvm/java-7-openjdk-i386/jre/lib/rt.jar:/usr/lib/jvm/java-7-openjdk-i386/jre/lib/sunrsasign.jar:/usr/lib/jvm/java-7-openjdk-i386/jre/lib/jsse.jar:/usr/lib/jvm/java-7-openjdk-i386/jre/lib/jce.jar:/usr/lib/jvm/java-7-openjdk-i386/jre/lib/charsets.jar:/usr/lib/jvm/java-7-openjdk-i386/jre/lib/rhino.jar:/usr/lib/jvm/java-7-openjdk-i386/jre/lib/jfr.jar:/usr/lib/jvm/java-7-openjdk-i386/jre/classes

sun.boot.library.path	/usr/lib/jvm/java-7-openjdk-i386/jre/lib/i386

sun.cpu.endian	little

sun.cpu.isalist	

sun.font.fontmanager	sun.awt.X11FontManager

sun.io.unicode.encoding	UnicodeLittle

sun.java.command	/usr/share/jenkins/jenkins.war --webroot=/var/cache/jenkins/war --httpPort=9090 --prefix=/

sun.java.launcher	SUN_STANDARD

sun.jnu.encoding	UTF-8

sun.management.compiler	HotSpot Client Compiler

sun.os.patch.level	unknown

svnkit.http.methods	Digest,Basic,NTLM,Negotiate

svnkit.ssh2.persistent	false

user.country	US

user.dir	/

user.home	/var/lib/jenkins

user.language	en

user.name	jenkins

user.timezone	Etc/UTC

Environment Variables



Name  ↓

Value   

_	/usr/bin/daemon

CRASH_HOME	/var/lib/jenkins/.gvm/crash/current

GAIDEN_HOME	/var/lib/jenkins/.gvm/gaiden/current


[JIRA] [other] (JENKINS-10675) Jenkins redirecting from https to http

2014-04-09 Thread l...@balsamiq.com (JIRA)














































Luis Arias
 commented on  JENKINS-10675


Jenkins redirecting from https to http















I'm seeing this behavior when offloading SSL to an ELB with

https://mydomain.net - http://jenkins-instance:9090

Could I be missing a configuration setting somewhere ?  This is on 1.558.

Thanks!



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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] [git] (JENKINS-21057) Cannot checkout git repository with submodules: FATAL: No remotes found!

2013-12-18 Thread l...@balsamiq.com (JIRA)














































Luis Arias
 commented on  JENKINS-21057


Cannot checkout git repository with submodules: FATAL: No remotes found!















I had to downgrade the git plugin to 1.5 and the git client plugin to 1.4.6 to get this to work again (With the recursively update submodules option checked in my job).



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
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/groups/opt_out.