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