[JIRA] (JENKINS-44773) User Scoped credentials are not used by the "git" pipeline step

2019-04-26 Thread h.vd.br...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Hugo van den Brand commented on  JENKINS-44773  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: User Scoped credentials are not used by the "git" pipeline step   
 

  
 
 
 
 

 
 We are experiencing a similar issue with Folder scoped credentials. Anyone trying to fix this?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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] (JENKINS-56059) Branch API should pass the trigger interval to the jobs it creates

2019-02-08 Thread h.vd.br...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Hugo van den Brand created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-56059  
 
 
  Branch API should pass the trigger interval to the jobs it creates   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 branch-api-plugin  
 
 
Created: 
 2019-02-08 17:21  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Hugo van den Brand  
 

  
 
 
 
 

 
 We use the "Bitbucket Team/Project" job type to scan for repositories and branches within the repositories. We rely on periodically scanning for new updates on the repositories and the branches. Therefore, we would like the created repository jobs to scan for branches at a specified interval. However, in the branch api plugin the scanning interval is hardcoded to 1 day. We want the branch api plugin to copy the interval specified in the "Bitbucket Team/Project" job. We have this feature available in a fork of the branch-api repository. https://github.com/hvdbrand/branch-api-plugin/commit/56097f900583f82dafb7b25103e745362cdc5698 We would like to deliver this feature to the branch-api-plugin repo.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

[JIRA] (JENKINS-49726) Jenkins 2.108 sha256

2018-02-24 Thread h.vd.br...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Hugo van den Brand created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-49726  
 
 
  Jenkins 2.108 sha256
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 core  
 
 
Created: 
 2018-02-24 15:31  
 
 
Environment: 
 Jenkins 2.108  openjdk version "1.8.0_161"  OpenJDK Runtime Environment (build 1.8.0_161-b14)  OpenJDK 64-Bit Server VM (build 25.161-b14, mixed mode)  CentOS Linux release 7.4.1708 (Core)  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Hugo van den Brand  
 

  
 
 
 
 

 
 After installing jenkins 2.108 (war file) via the packet manager, jenkins would not start at all. The following was in /var/log/jenkins/jenkins.log:   

 

Feb 24, 2018 1:06:22 PM winstone.Logger logInternal
INFO: Winstone shutdown successfully
java.lang.SecurityException: SHA-256 digest error for WEB-INF/lib/groovy-all-2.4
.11.jar
    at sun.security.util.ManifestEntryVerifier.verify(ManifestEntryVerifier.
java:223)
    at java.util.jar.JarVerifier.processEntry(JarVerifier.java:243)
    at java.util.jar.JarVerifier.update(JarVerifier.java:230)
    at java.util.jar.JarVerifier$VerifierStream.read(JarVerifier.java:484)
    at java.io.InputStream.read(InputStream.java:101)
    at winstone.HostConfiguration.getWebRoot(HostConfiguration.java:279)
    at winstone.HostConfiguration.(HostConfiguration.java:81)
    at winstone.HostGroup.initHost(HostGroup.java:66)
    at winstone.HostGroup.(HostGroup.java:45)
    at winstone.Launcher.(Launcher.java:145)
    at winstone.Launcher.main(Launcher.java:354)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at