-
Jenkins Pipeline 是 Jenkins 2.x 之后引入的一种新的 CI/CD 自动化方式。它使用了基于代码的管道配置,使得构建流程更为灵活、可复用且容易维护。Jenkins Pipeline 使用了一种叫做 "Groovy DSL" 的语法。
### Jenkins Pipeline 基本语法
Jenkins Pipeline 有两种类型:
1. **Declarat…
-
README.md를 따라 mc-workflow-manager 실행을 진행 중 아래의 사항에 대한 보완이 필요할 것으로 보입니다.
### Jenkins 초기 셋업 방법 설명 필요
"(4) 빌드 및 실행" 단계에서 Jenkins에 접속해 보니 초기 셋업 단계를 요구하고 있습니다.
초기 관리자 암호 입력 및 플러그인 설치(?) 등의 단계를 거치긴 했…
-
I tried using it with declarative pipeline and it giving me error.
```
stage('upload') {
environment {
AN_ACCESS_KEY = credentials('s3-upload-credential')
}
s…
-
Use standard open-source tools first: GitHub and Jenkins. Goal: continuous deployment via a declarative pipeline.
-
If you only have one branch that you're merging PR into, you can follow [these instructions](https://stackoverflow.com/questions/36850485/how-to-trigger-a-jenkins-2-0-pipeline-job-from-a-github-pull-r…
-
Hi,
I would like to lock two resources during the 'Test' stage below. I'm trying to get one resource with the 'SERVER' label, and one resource with the 'CLIENT' label. According to #23 this should p…
-
I'm looking for a way to conditionally lock a stage in declarative pipeline.
Using scripted pipeline, it's quite easy to wrap the lock call in a conditional:
```groovy
def lockIf(condition, name,…
-
Is it possible to retrieve the slack userid from the jenkins user who started the build in a declarative pipe ?
![Screenshot from 2019-12-20 15-38-07](https://user-images.githubusercontent.com/129303…
-
Just found this. I was thinking, how much work could this be? Then I looked through your code and decided, I don't need to do this for myself. So, thank you. But, I do need this for pipeline. Do you k…
-
Currently, the BD team needs to engage an operator to create a new org. Org config should be declarative and handled by a concourse pipeline.
## Acceptance Criteria
New org creation can be triggered…