diff --git a/Jenkinsfile b/Jenkinsfile index 973491e..3ea867b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,7 +6,11 @@ pipeline { script { println("from groovy script block") } - + publishChecks conclusion: 'NEUTRAL', detailsURL: 'https://github.com/sdputurn/learn-github', name: 'hello-world', summary: 'buiild-summary', text: 'b-text', title: 'b-title' + publishChecks name: 'example', title: 'Pipeline Check', summary: 'check through pipeline', + text: 'you can publish checks in pipeline script', + detailsURL: 'https://github.com/sdputurn/learn-github#pipeline-usage', + actions: [[label:'an-user-request-action', description:'actions allow users to request pre-defined behaviours', identifier:'learn-github']] } } diff --git a/test1.sh b/test1.sh index 780f1f9..d494861 100644 --- a/test1.sh +++ b/test1.sh @@ -3,5 +3,5 @@ echo "new code fix in master" echo "welcome to github" echo "merge work due to changes at last line. letsee now" echo "code fix missing in this commit" -echo "adding commit statuses2.1.1.3.4.5.6.7.8.0" +echo "adding commit statuses2.1.1.3.4.5.6.7.8.0.1.1"