Skip to content

Commit 1e918af

Browse files
committed
[Build] remove windows2012tests authentication token from Jenkins jobs
1 parent 5402503 commit 1e918af

12 files changed

+1
-23
lines changed

JenkinsJobs/AutomatedTests/I_unit_mac.groovy

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ for (ARCH in ARCHS){
1616
stringParam('buildId', null, 'Build Id to test (such as I20240611-1800, N20120716-0800).')
1717
}
1818

19-
authenticationToken('windows2012tests')
20-
2119
definition {
2220
cps {
2321
sandbox()

JenkinsJobs/AutomatedTests/I_unit_win32.groovy

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ for (STREAM in STREAMS){
1111
stringParam('buildId', null, 'Build Id to test (such as I20240611-1800, N20120716-0800).')
1212
}
1313

14-
authenticationToken('windows2012tests')
15-
1614
definition {
1715
cps {
1816
sandbox()

JenkinsJobs/PerformanceTests/ILR_perf_lin64.groovy

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ jdtuirefactoring
4949

5050
label('performance')
5151

52-
authenticationToken('windows2012tests')
53-
5452
wrappers { //adds pre/post actions
5553
timestamps()
5654
preBuildCleanup()

JenkinsJobs/PerformanceTests/ILR_perf_lin64_baseline.groovy

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ jdtuirefactoring
4949

5050
label('performance')
5151

52-
authenticationToken('windows2012tests')
53-
5452
wrappers { //adds pre/post actions
5553
timestamps()
5654
preBuildCleanup()

JenkinsJobs/PerformanceTests/I_perf_lin64.groovy

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ jdtuirefactoring
4949

5050
label('performance')
5151

52-
authenticationToken('windows2012tests')
53-
5452
wrappers { //adds pre/post actions
5553
timestamps()
5654
preBuildCleanup()

JenkinsJobs/PerformanceTests/I_perf_lin64_baseline.groovy

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ jdtuirefactoring
4949

5050
label('performance')
5151

52-
authenticationToken('windows2012tests')
53-
5452
wrappers { //adds pre/post actions
5553
timestamps()
5654
preBuildCleanup()

JenkinsJobs/SmokeTests/smoke_test_ppcle.groovy

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ job('SmokeTests/ep-smoke-test-ppcle'){
1717

1818
jdk('openjdk-jdk17-latest')
1919

20-
authenticationToken('windows2012tests')
21-
2220
wrappers { //adds pre/post actions
2321
timestamps()
2422
preBuildCleanup()

JenkinsJobs/SmokeTests/smoke_test_win32.groovy

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ job('SmokeTests/ep-smoke-test-win32'){
1313

1414
label('qa6xd-win11')
1515

16-
authenticationToken('windows2012tests')
17-
1816
wrappers { //adds pre/post actions
1917
timestamps()
2018
preBuildCleanup()

JenkinsJobs/YBuilds/Y_unit_mac64_java17.groovy

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ for (STREAM in STREAMS){
2323

2424
jdk('openjdk-jdk11-latest')
2525

26-
authenticationToken('windows2012tests')
27-
2826
wrappers { //adds pre/post actions
2927

3028
timestamps()

JenkinsJobs/YBuilds/Y_unit_macM1_java17.groovy

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ for (STREAM in STREAMS){
2222

2323
jdk('openjdk-jdk11-latest')
2424

25-
authenticationToken('windows2012tests')
26-
2725
wrappers { //adds pre/post actions
2826
timestamps()
2927
timeout {

0 commit comments

Comments
 (0)