Skip to content

Commit 91be9c9

Browse files
authored
Merge pull request #250 from ISISComputingGroup/update_build_name
Update build name
2 parents 62edd10 + 621dba7 commit 91be9c9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

installation_and_upgrade/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pipeline {
1111

1212
triggers {
1313
pollSCM('H/2 * * * *')
14-
upstream(upstreamProjects: 'ibex_gui_pipeline,genie_python_pipeline,EPICS_IOC_Windows7_x64,EPICS_IOC_Windows7_x64_CLEAN', threshold: hudson.model.Result.SUCCESS)
14+
upstream(upstreamProjects: 'ibex_gui_pipeline,genie_python_pipeline,EPICS_IOC_Windows_x64,EPICS_IOC_Windows_x64_CLEAN', threshold: hudson.model.Result.SUCCESS)
1515
}
1616

1717
stages {

installation_and_upgrade/Jenkinsfile_vhd_creation

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pipeline {
1010
}
1111

1212
triggers {
13-
upstream(upstreamProjects: 'EPICS_IOC_Windows7_x64_CLEAN', threshold: hudson.model.Result.SUCCESS)
13+
upstream(upstreamProjects: 'EPICS_IOC_Windows_x64_CLEAN', threshold: hudson.model.Result.SUCCESS)
1414
}
1515

1616
stages {

installation_and_upgrade/instrument_install_latest_build_only.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ set SERVER_ARCH=x64
3535
if not "%3" == "" set SERVER_ARCH=%3
3636
@echo Using server arch %SERVER_ARCH%
3737

38-
set SERVER_WINBUILD=win7
38+
set SERVER_WINBUILD=win
3939
if not "%4" == "" set SERVER_WINBUILD=%4
4040
@echo Using server winbuild %SERVER_WINBUILD%
4141

0 commit comments

Comments
 (0)