mirror of https://github.com/apache/maven.git
[INFRA-13307] Now we can build on either Windows node
This commit is contained in:
parent
e51fc87277
commit
a83296d795
|
@ -79,7 +79,7 @@ parallel linuxJava7:{
|
|||
}
|
||||
}
|
||||
}, winJava7: {
|
||||
node('windows-2012-1') {
|
||||
node('Windows') {
|
||||
def MAVEN_WIN_J7=tool name: 'Maven 3.3.9 (Windows)', type: 'hudson.tasks.Maven$MavenInstallation'
|
||||
dir(MAVEN_WIN_J7) {
|
||||
MAVEN_WIN_J7=pwd()
|
||||
|
@ -104,7 +104,7 @@ parallel linuxJava7:{
|
|||
}
|
||||
}
|
||||
}, winJava8: {
|
||||
node('windows-2012-1') {
|
||||
node('Windows') {
|
||||
def MAVEN_WIN_J8=tool name: 'Maven 3.3.9 (Windows)', type: 'hudson.tasks.Maven$MavenInstallation'
|
||||
dir(MAVEN_WIN_J8) {
|
||||
MAVEN_WIN_J8=pwd()
|
||||
|
|
Loading…
Reference in New Issue