Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit189646f

Browse files
committed
Remove macOS jenkins nodes
1 parent54b5714 commit189646f

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

‎.jenkins_pipeline‎

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -7,34 +7,6 @@ pipeline {
77
stages {
88
stage('BuildAndTest') {
99
parallel {
10-
stage('macOS:openjdk-9-hotspot') {
11-
agent { label'macOS' }
12-
tools {
13-
jdk'openjdk-9-hotspot'
14-
maven'maven-3.5.3'
15-
}
16-
steps {
17-
withMaven(
18-
maven:'maven-3.5.3',
19-
mavenLocalRepo:'.repository') {
20-
sh'mvn -C -e -U clean install'
21-
}
22-
}
23-
}
24-
stage('macOS:openjdk-10-hotspot') {
25-
agent { label'macOS' }
26-
tools {
27-
jdk'openjdk-10-hotspot'
28-
maven'maven-3.5.3'
29-
}
30-
steps {
31-
withMaven(
32-
maven:'maven-3.5.3',
33-
mavenLocalRepo:'.repository') {
34-
sh'mvn -C -e -U clean install'
35-
}
36-
}
37-
}
3810
stage('linux:openjdk-9-hotspot') {
3911
agent { label'linux' }
4012
tools {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp