We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0d9d5d commit f50f429Copy full SHA for f50f429
Jenkinsfile
@@ -4,7 +4,7 @@ node {
4
5
stage 'checkout project'
6
//git url: 'https://github.com/agileworks-tw/spring-boot-sample.git'
7
- git scm
+ checkout scm
8
9
stage 'check env'
10
0 commit comments