unknowIfGuestInDream / javafxTool

Javafx scaffolding, built on JDK17 + JavaFX21 + controlsfx 11.x.x + Maven
https://javafxtool.tlcsdm.com
MIT License
12 stars 1 forks source link

[Feature Request] 优化jenkins工作流 #1808

Closed unknowIfGuestInDream closed 1 week ago

unknowIfGuestInDream commented 1 week ago

Checklist

Describe the feature

检查git最新commit,如果没有则停止 https://www.oomkill.com/2018/05/jenkins-checkcode/

Additional context

No response

unknowIfGuestInDream commented 1 week ago

stage('Check value') { if ($VALUE1 == $VALUE2) { currentBuild.result = 'SUCCESS' return } // 继续执行剩余的构建步骤 }

unknowIfGuestInDream commented 1 week ago

if (!continueBuild) { currentBuild.result = 'ABORTED' error('Stopping early…') }

unknowIfGuestInDream commented 1 week ago

if (!continueBuild) { currentBuild.result = 'ABORTED' error('Stopping early…') }

unknowIfGuestInDream commented 1 week ago

script { currentBuild.getRawBuild().getExecutor().interrupt(Result.NOT_BUILT) sleep(1) // Interrupt is not blocking and does not take effect immediately. }

github-actions[bot] commented 4 days ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue.