Skip to content

Commit 4f91aa7

Browse files
committed
FP4
1 parent 9190ad2 commit 4f91aa7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Jenkinsfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ pipeline {
55
stage('Check environment'){
66
steps {
77
sh 'env'
8+
if (env.CHANGE_ID) {
9+
echo pullRequest.title
10+
echo pullRequest.body
11+
}
812
}
913
}
1014
}

0 commit comments

Comments
 (0)