文件名称:Jenkins-Pipeline-Utils:具有通用实用程序的全球Jenkins管道库
文件大小:31KB
文件格式:ZIP
更新时间:2024-05-18 22:53:30
utilities docker-compose jenkins-pipeline shared-library Groovy
Jenkins管道实用程序 具有通用实用程序的全球Jenkins管道库。 有关基本说明,请参阅下面的“ ,“和部分。 定义以下全局: interactiveGroovyShell 还定义了以下属性: discardOldBuildsProperty 有关用于测试全局管道库的实用程序,请参见: TESTING.md 用法 基本的Jenkinsfile示例: @Library ( ' pipeline-utils@1.x ' ) _ properties([ discardOldBuildsProperty() ]) withCommonPipelineSettings { node( ' node-with-docker-compose ' ) { stage( ' Setup ' ) { checkout scm }
【文件预览】:
Jenkins-Pipeline-Utils-1.x
----TESTING.md(5KB)
----test()
--------Jenkinsfile-test-1.x(10KB)
--------README.md(813B)
----LICENSE.TXT(1KB)
----vars()
--------interactiveGroovyShell.groovy(2KB)
--------shEx.groovy(1KB)
--------interactiveShell.groovy(1KB)
--------withDockerEx.groovy(637B)
--------withCommonPipelineSettings.groovy(780B)
--------withUsernamePassword.txt(459B)
--------waitForPort.txt(369B)
--------waitForPort.groovy(894B)
--------withDockerEx.txt(3KB)
--------withUsernamePassword.groovy(1010B)
--------failAsUnstable.groovy(568B)
--------withSecretFile.groovy(890B)
--------withRetry.groovy(972B)
--------discardOldBuildsProperty.groovy(1KB)
--------waitForEndpoint.groovy(1KB)
--------withSecretText.groovy(827B)
----src()
--------com()
----.gitignore(22B)
----README.md(9KB)