using custom workspace
This commit is contained in:
parent
8e45e65375
commit
c07b414fbe
1 changed files with 7 additions and 1 deletions
8
Jenkins/master-windows-pipeline/Jenkinsfile
vendored
8
Jenkins/master-windows-pipeline/Jenkinsfile
vendored
|
@ -13,7 +13,13 @@
|
|||
// limitations under the License.
|
||||
|
||||
pipeline {
|
||||
agent { label 'windows' }
|
||||
agent {
|
||||
node {
|
||||
label 'windows'
|
||||
// use custom workspace folder to shorten paths
|
||||
customWorkspace "D:\\ws\\master"
|
||||
}
|
||||
}
|
||||
|
||||
triggers {
|
||||
pollSCM 'H H/4 * * *'
|
||||
|
|
Loading…
Reference in a new issue