Compare commits
2 Commits
4db28f2239
...
76eb6d0a93
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
76eb6d0a93 | ||
|
|
4480608260 |
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -1,7 +1,7 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent any // Or use 'dockerfile' if running in a container
|
agent any // Or use 'dockerfile' if running in a container
|
||||||
stages {
|
stages {
|
||||||
stage('Checkout') {
|
stage('Checkout-Jenkinsfile') {
|
||||||
steps {
|
steps {
|
||||||
// Checks out the source code from the configured Gitea SCM
|
// Checks out the source code from the configured Gitea SCM
|
||||||
checkout scm
|
checkout scm
|
||||||
|
|||||||
Reference in New Issue
Block a user