Skip to content

Commit a8f6631

Browse files
committed
FP4
1 parent 4f91aa7 commit a8f6631

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Jenkinsfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ pipeline {
55
stage('Check environment'){
66
steps {
77
sh 'env'
8+
script {
89
if (env.CHANGE_ID) {
910
echo pullRequest.title
1011
echo pullRequest.body
1112
}
13+
}
1214
}
1315
}
1416
}

0 commit comments

Comments
 (0)