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 c266a42 commit e0d9d5dCopy full SHA for e0d9d5d
Jenkinsfile
@@ -1,8 +1,10 @@
1
node {
2
try{
3
// slackSend channel: '#integration', message: "started ${env.JOB_NAME} ${env.BUILD_NUMBER} (<${env.BUILD_URL}|Open>)", teamDomain: 'agileworks-tw', token: 'JhXFKEl6cBFoQ4v52BEJw9Mr'
4
+
5
stage 'checkout project'
- 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
8
9
stage 'check env'
10
0 commit comments