Skip to content

Commit a2be7f9

Browse files
jenkinsfile: send status updates to github
1 parent 5db4e07 commit a2be7f9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

script/jenkins/branches/Jenkinsfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
pipeline {
22
agent any
33

4+
options {
5+
// This sends status updates to GitHub
6+
githubProjectProperty(projectUrlStr: 'https://github.com/CLIMADA-project/climada_python')
7+
}
8+
49
stages {
510
stage('ci') {
611
parallel {

0 commit comments

Comments
 (0)