Skip to content
This repository was archived by the owner on Apr 22, 2020. It is now read-only.

Commit cf6f5ea

Browse files
committed
Build: Enable default checkout and disable slack notifications
1 parent 7aaf380 commit cf6f5ea

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Jenkinsfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
@Library('github.com/red-panda-ci/jenkins-pipeline-library@v2.9.1') _
44

55
// Initialize global config
6-
cfg = jplConfig('docker-command-launcher', 'bash', '', [slack: '#integrations', email:'redpandaci+docker-command-launcher@gmail.com'])
6+
cfg = jplConfig('docker-command-launcher', 'bash', '', [email:'redpandaci+docker-command-launcher@gmail.com'])
77

88
pipeline {
99
agent none
@@ -47,7 +47,6 @@ pipeline {
4747
ansiColor('xterm')
4848
buildDiscarder(logRotator(artifactNumToKeepStr: '20',artifactDaysToKeepStr: '30'))
4949
disableConcurrentBuilds()
50-
skipDefaultCheckout()
5150
timeout(time: 1, unit: 'DAYS')
5251
}
5352
}

0 commit comments

Comments
 (0)