updateing the test jenkinsfiles
This commit is contained in:
parent
984d393873
commit
4d0c2033a6
@ -3,8 +3,9 @@ pipeline {
|
|||||||
agent none
|
agent none
|
||||||
|
|
||||||
environment {
|
environment {
|
||||||
SVN_URL = 'https://code.miflux.com/svn/hio/trunk/hio'
|
THIS_SVN_URL = 'https://code.miflux.com/svn/hio/trunk/hio'
|
||||||
}
|
}
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
|
|
||||||
stage('Multi-Builld') {
|
stage('Multi-Builld') {
|
||||||
@ -55,7 +56,7 @@ pipeline {
|
|||||||
depthOption: 'infinity',
|
depthOption: 'infinity',
|
||||||
ignoreExternalsOption: true,
|
ignoreExternalsOption: true,
|
||||||
//local: 'local-dir',
|
//local: 'local-dir',
|
||||||
remote: "${SVN_URL}"]],
|
remote: "${THIS_SVN_URL}"]],
|
||||||
workspaceUpdater: [$class: 'UpdateUpdater']])
|
workspaceUpdater: [$class: 'UpdateUpdater']])
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user