[JIRA] (JENKINS-26354) First time build does not show changelog

2019-08-12 Thread a...@firefly.ai (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Alex Zeleznikov commented on  JENKINS-26354  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: First time build does not show changelog   
 

  
 
 
 
 

 
 I was able to get the changeset using the following: 

 

checkout scm: [
$class: 'GitSCM',
branches: [[name: env.BRANCH_NAME]],
extensions: [
[
$class: 'ChangelogToBranch',
options: [
compareRemote: 'origin',
compareTarget: 'master'
]
]
],
userRemoteConfigs: [
[
url: scm.getUserRemoteConfigs()[0].getUrl(),
refspec: scm.getUserRemoteConfigs()[0].getRefspec(),
credentialsId: 'github-privatekey'
]
]
]
 

 With the above I can get a changeset from the first build.    
 

  
 
 
 
 

 
 
 

 
 
 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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.160018.1420800265000.1079.1565615940522%40Atlassian.JIRA.


[JIRA] (JENKINS-54512) can not change workspace in k8s pipeline

2019-01-14 Thread a...@firefly.ai (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Alex Zeleznikov commented on  JENKINS-54512  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: can not change workspace in k8s pipeline   
 

  
 
 
 
 

 
 Having the same issue, I'm running some stages in a container with root user, but getting access denied when trying to change directories, even with securityContext set as bellow: 

 

spec:
 securityContext:
   runAsUser: 0
   fsGroup: 0
   privileged: true 

  
 

  
 
 
 
 

 
 
 

 
 
 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-55299) Read pod template yaml from library resource

2019-01-12 Thread a...@firefly.ai (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Alex Zeleznikov commented on  JENKINS-55299  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Read pod template yaml from library resource   
 

  
 
 
 
 

 
 "libraryResource" returns a string, not file, you can load pod templates from resource files this like so: 

 

pipeline {
  agent {
kubernetes {
  label "Jenkins-${env.JOB_NAME}"
  yaml libraryResource('pod_templates/kube_agent.yaml')
}
  }
}
 

    
 

  
 
 
 
 

 
 
 

 
 
 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-46096) Pipeline stage view rendered at bottom of page, below build history

2018-11-05 Thread a...@firefly.ai (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Alex Zeleznikov edited a comment on  JENKINS-46096  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Pipeline stage view rendered at bottom of page, below build history   
 

  
 
 
 
 

 
 I've been struggling with this issue too, I've managed to get it to look batter with some CSS, although this can break easily, if the div holding the test result charts had an ID or class to target via CSS that would be batter. For now this has worked for me , however you must have all 3 charts visible otherwise the stage view is at the bottom. : {code:java}div#description + div + div > div { display: inline-block; vertical-align: top; } div.table-box { vertical-align: middle;float: left;}{ code}!jenkins_stage_view.png|width=865,height=398!  
 

  
 
 
 
 

 
 
 

 
 
 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-46096) Pipeline stage view rendered at bottom of page, below build history

2018-11-05 Thread a...@firefly.ai (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Alex Zeleznikov updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-46096  
 
 
  Pipeline stage view rendered at bottom of page, below build history   
 

  
 
 
 
 

 
Change By: 
 Alex Zeleznikov  
 
 
Attachment: 
 even_better.png  
 

  
 
 
 
 

 
 
 

 
 
 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-46096) Pipeline stage view rendered at bottom of page, below build history

2018-11-05 Thread a...@firefly.ai (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Alex Zeleznikov edited a comment on  JENKINS-46096  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Pipeline stage view rendered at bottom of page, below build history   
 

  
 
 
 
 

 
 I've been struggling with this issue too, I've managed to get it to look batter with some CSS, although this can break easily, if the div holding the test result charts had an ID or class to target via CSS that would be batter.For now this has worked for me, however you must have all 3 charts visible otherwise the stage view is at the bottom.{code:java}div#description + div + div > div { display: inline-block; vertical-align: top; }{code}!jenkins_stage_view.png |width=865,height=398 !  
 

  
 
 
 
 

 
 
 

 
 
 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-46096) Pipeline stage view rendered at bottom of page, below build history

2018-11-05 Thread a...@firefly.ai (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Alex Zeleznikov commented on  JENKINS-46096  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Pipeline stage view rendered at bottom of page, below build history   
 

  
 
 
 
 

 
 I've been struggling with this issue too, I've managed to get it to look batter with some CSS, although this can break easily, if the div holding the test result charts had an ID or class to target via CSS that would be batter. For now this has worked for me, however you must have all 3 charts visible otherwise the stage view is at the bottom. 

 

div#description + div + div > div {
 display: inline-block;
 vertical-align: top; 
}
 

   
 

  
 
 
 
 

 
 
 

 
 
 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-46096) Pipeline stage view rendered at bottom of page, below build history

2018-11-05 Thread a...@firefly.ai (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Alex Zeleznikov updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-46096  
 
 
  Pipeline stage view rendered at bottom of page, below build history   
 

  
 
 
 
 

 
Change By: 
 Alex Zeleznikov  
 
 
Attachment: 
 jenkins_stage_view.png  
 

  
 
 
 
 

 
 
 

 
 
 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-46096) Pipeline stage view rendered at bottom of page, below build history

2018-11-05 Thread a...@firefly.ai (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Alex Zeleznikov updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-46096  
 
 
  Pipeline stage view rendered at bottom of page, below build history   
 

  
 
 
 
 

 
Change By: 
 Alex Zeleznikov  
 
 
Attachment: 
 even_better.png  
 

  
 
 
 
 

 
 
 

 
 
 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.