Skip to content

Commit e0d9d5d

Browse files
committed
update jenkinsfile
1 parent c266a42 commit e0d9d5d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Jenkinsfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
node {
22
try{
33
// slackSend channel: '#integration', message: "started ${env.JOB_NAME} ${env.BUILD_NUMBER} (<${env.BUILD_URL}|Open>)", teamDomain: 'agileworks-tw', token: 'JhXFKEl6cBFoQ4v52BEJw9Mr'
4+
45
stage 'checkout project'
5-
git url: 'https://github.com/agileworks-tw/spring-boot-sample.git'
6+
//git url: 'https://github.com/agileworks-tw/spring-boot-sample.git'
7+
git scm
68

79
stage 'check env'
810

0 commit comments

Comments
 (0)