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.
|
// limitations under the License.
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
agent { label 'windows' }
|
agent {
|
||||||
|
node {
|
||||||
|
label 'windows'
|
||||||
|
// use custom workspace folder to shorten paths
|
||||||
|
customWorkspace "D:\\ws\\master"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
triggers {
|
triggers {
|
||||||
pollSCM 'H H/4 * * *'
|
pollSCM 'H H/4 * * *'
|
||||||
|
|
Loading…
Reference in a new issue