[JIRA] (JENKINS-59332) customWorkspace did not stay with specified path

4 views
Skip to first unread message

nhatkhai@gmail.com (JIRA)

unread,
Sep 12, 2019, 10:36:01 AM9/12/19
to jenkinsc...@googlegroups.com
NhatKhai Nguyen created an issue
 
Jenkins / Bug JENKINS-59332
customWorkspace did not stay with specified path
Issue Type: Bug Bug
Assignee: Unassigned
Components: core
Created: 2019-09-12 14:35
Priority: Minor Minor
Reporter: NhatKhai Nguyen

Pipeline code:

pipeline {
  agent { node {
    label 'my_computer'
   customWorkspace 'C:\my_folder'
  } }
 ....
}  

 
If I ran this pipeline concurrently on the same agent machine (same time):

Build#1 get C:\my_folder

Build#2 get C:\my_folder@2

 

Base on the documentation of customWorkspace, I would understand that both build#1 and build#2 would use C:\my_folder instead. 

Add Comment Add Comment
 
This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)
Atlassian logo

dbeck@cloudbees.com (JIRA)

unread,
Oct 12, 2019, 11:56:02 AM10/12/19
to jenkinsc...@googlegroups.com
Daniel Beck updated an issue
Change By: Daniel Beck
Component/s: pipeline
Component/s: core
Reply all
Reply to author
Forward
0 new messages