[JIRA] (JENKINS-38483) Pipeline Support: Prepare an environment for the run using Properties File is not working in Pipeline

2020-03-04 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jesse Glick updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38483  
 
 
  Pipeline Support: Prepare an environment for the run using Properties File is not working in Pipeline   
 

  
 
 
 
 

 
Change By: 
 Jesse Glick  
 
 
Component/s: 
 pipeline  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





-- 
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.174665.1474746703000.5859.1583358900496%40Atlassian.JIRA.


[JIRA] (JENKINS-38483) Pipeline Support: Prepare an environment for the run using Properties File is not working in Pipeline

2020-03-04 Thread caryyu...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 github.com/caryyu edited a comment on  JENKINS-38483  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Pipeline Support: Prepare an environment for the run using Properties File is not working in Pipeline   
 

  
 
 
 
 

 
 *This is a global configuration setup:*!screenshot-1.png|thumbnail!*My properties file looks like this:* +/secret/secrets.properties+{code:java}VERSION = 12{code}I can 100% ensure there is a this file in my slave node that is managed by the Kubernetes plugin, which means, every trigger will start an entirely new slave node in place*Here's how my Jenkinsfile looks like:*{code:java}pipeline {stages {stage("Hello") {steps {sh '''pwdecho "Hello World"ls /secretecho "The latest version is: ${VERSION}"'''}}}}{code}* conclusion:  the output is nothing  !!! *  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





-- 
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.174665.1474746703000.4598.1583312340437%40Atlassian.JIRA.


[JIRA] (JENKINS-38483) Pipeline Support: Prepare an environment for the run using Properties File is not working in Pipeline

2020-03-04 Thread caryyu...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 github.com/caryyu edited a comment on  JENKINS-38483  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Pipeline Support: Prepare an environment for the run using Properties File is not working in Pipeline   
 

  
 
 
 
 

 
 *This is a global configuration setup:*!screenshot-1.png|thumbnail!*My properties file looks  like  this:* +/secret/secrets.properties+{code:java}VERSION = 12{code}I can 100% ensure there is a this file in my slave node that is managed by the Kubernetes plugin, which means, every trigger will start an entirely new slave node in place*Here's how my Jenkinsfile looks like:*{code:java}pipeline {stages {stage("Hello") {steps {sh '''pwdecho "Hello World"ls /secretecho "The latest version is: ${VERSION}"'''}}}}{code} *the output is nothing*  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





-- 
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.174665.1474746703000.4584.1583312281163%40Atlassian.JIRA.


[JIRA] (JENKINS-38483) Pipeline Support: Prepare an environment for the run using Properties File is not working in Pipeline

2020-03-04 Thread caryyu...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 github.com/caryyu edited a comment on  JENKINS-38483  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Pipeline Support: Prepare an environment for the run using Properties File is not working in Pipeline   
 

  
 
 
 
 

 
 *This is a global configuration setup:*  !screenshot-1.png|thumbnail! *My properties file looks this:*+/secret/secrets.properties+  {code:java}VERSION = 12{code}  I can 100% ensure there is a this file in my slave node that is managed by the Kubernetes plugin, which means, every trigger will start an entirely new slave node in place  *Here's how my Jenkinsfile looks like:*  {code:java}pipeline {stages {stage("Hello") {steps {sh '''pwdecho "Hello World"ls /secretecho "The latest version is: ${VERSION}"'''}}}}{code}   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





-- 
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.174665.1474746703000.4582.1583312281136%40Atlassian.JIRA.


[JIRA] (JENKINS-38483) Pipeline Support: Prepare an environment for the run using Properties File is not working in Pipeline

2020-03-04 Thread caryyu...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 github.com/caryyu commented on  JENKINS-38483  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Pipeline Support: Prepare an environment for the run using Properties File is not working in Pipeline   
 

  
 
 
 
 

 
My properties file looks this: /secret/secrets.properties 

 

VERSION = 12
 

 I can 100% ensure there is a this file in my slave node that is managed by the Kubernetes plugin, which means, every trigger will start an entirely new slave node in place Here's how my Jenkinsfile looks like: 

 

pipeline {
stages {
stage("Hello") {
steps {
sh '''
pwd
echo "Hello World"
ls /secret
echo "The latest version is: ${VERSION}"
'''
}
}
}
}
 

  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





-- 
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...@googlegrou

[JIRA] (JENKINS-38483) Pipeline Support: Prepare an environment for the run using Properties File is not working in Pipeline

2020-03-04 Thread caryyu...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 github.com/caryyu updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38483  
 
 
  Pipeline Support: Prepare an environment for the run using Properties File is not working in Pipeline   
 

  
 
 
 
 

 
Change By: 
 github.com/caryyu  
 
 
Attachment: 
 screenshot-1.png  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





-- 
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.174665.1474746703000.4542.1583311980459%40Atlassian.JIRA.


[JIRA] (JENKINS-38483) Pipeline Support: Prepare an environment for the run using Properties File is not working in Pipeline

2018-04-12 Thread svano...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Sam Van Oort commented on  JENKINS-38483  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Pipeline Support: Prepare an environment for the run using Properties File is not working in Pipeline   
 

  
 
 
 
 

 
 Reducing priority to reflect that there's a way to do this and the impact is now smaller.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-38483) Pipeline Support: Prepare an environment for the run using Properties File is not working in Pipeline

2018-04-12 Thread svano...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Sam Van Oort updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38483  
 
 
  Pipeline Support: Prepare an environment for the run using Properties File is not working in Pipeline   
 

  
 
 
 
 

 
Change By: 
 Sam Van Oort  
 
 
Priority: 
 Critical Minor  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-38483) Pipeline Support: Prepare an environment for the run using Properties File is not working in Pipeline

2018-03-04 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev assigned an issue to Unassigned  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38483  
 
 
  Pipeline Support: Prepare an environment for the run using Properties File is not working in Pipeline   
 

  
 
 
 
 

 
Change By: 
 Oleg Nenashev  
 
 
Assignee: 
 Oleg Nenashev  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-38483) Pipeline Support: Prepare an environment for the run using Properties File is not working in Pipeline

2017-03-09 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38483  
 
 
  Pipeline Support: Prepare an environment for the run using Properties File is not working in Pipeline   
 

  
 
 
 
 

 
 Created an EPIC for it  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
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-38483) Pipeline Support: Prepare an environment for the run using Properties File is not working in Pipeline

2017-02-27 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev commented on  JENKINS-38483  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Pipeline Support: Prepare an environment for the run using Properties File is not working in Pipeline   
 

  
 
 
 
 

 
 Converting it to RFE since EnvInject does not support Pipeline now (and does not claim to do so)  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-38483) Pipeline Support: Prepare an environment for the run using Properties File is not working in Pipeline

2017-02-27 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38483  
 
 
  Pipeline Support: Prepare an environment for the run using Properties File is not working in Pipeline   
 

  
 
 
 
 

 
Change By: 
 Oleg Nenashev  
 
 
Summary: 
 Pipeline Support: Prepare an environment for the run using Properties File is not working in Pipeline  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-38483) Pipeline Support: Prepare an environment for the run using Properties File is not working in Pipeline

2017-02-27 Thread o.v.nenas...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Oleg Nenashev updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38483  
 
 
  Pipeline Support: Prepare an environment for the run using Properties File is not working in Pipeline   
 

  
 
 
 
 

 
Change By: 
 Oleg Nenashev  
 
 
Labels: 
 pipeline  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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.