just touched for test
This commit is contained in:
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