Skip to content

Commit 9e22c59

Browse files
authored
Update Jenkinsfile
1 parent 749a0a0 commit 9e22c59

1 file changed

Lines changed: 2 additions & 15 deletions

File tree

Jenkinsfile

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,8 @@ pipeline {
77
}
88
stages {
99
stage('build') {
10-
parallel {
11-
stage('build') {
12-
steps {
13-
sh 'echo "build"'
14-
}
15-
}
16-
17-
stage('test') {
18-
steps {
19-
sh 'echo "test"'
20-
}
21-
}
22-
23-
}
10+
clever version
2411
}
2512

2613
}
27-
}
14+
}

0 commit comments

Comments
 (0)