Skip to content

Commit 324914e

Browse files
committed
fix(ci): add slack notification to CI pipeline
1 parent 188bc21 commit 324914e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Jenkinsfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,4 +277,9 @@ pipeline {
277277
}
278278
}
279279
}
280+
post {
281+
always {
282+
notifySlack(currentBuild.currentResult, currentBuild.durationString);
283+
}
284+
}
280285
}

0 commit comments

Comments
 (0)