You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is aim to provide an easy way to try Jenkins pipeline.
2
+
3
+
According to different use cases, we provide several Jenkinsfile for you:
4
+
5
+
|File|Requirement|Description|
6
+
|---|---|---|
7
+
|[Jenkinsfile-junit-k8s](Jenkinsfile-junit-k8s)|It requires an agent which has a label `maven`. The agent should be a pod which contains a container named `java`.|Generate junit report.|
8
+
|[Jenkinsfile-input](Jenkinsfile-input)|Any types of agent.|Require a user to input something, then the Pipeline will keep going.|
0 commit comments