We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fb5dee commit 16c4009Copy full SHA for 16c4009
1 file changed
Jenkinsfile
@@ -7,23 +7,7 @@ pipeline {
7
stages {
8
stage('Builds') {
9
parallel {
10
- stage('Build MacOS') {
11
- agent {
12
- label 'mac'
13
- }
14
- when {
15
- anyOf {
16
- branch 'master'
17
18
19
- steps {
20
- script {
21
- sh 'swift test'
22
23
24
25
-
26
- stage('Build Linux (Docker)') {
+ stage('Build Linux') {
27
agent any
28
when {
29
anyOf {
0 commit comments