up3
This commit is contained in:
@@ -2,6 +2,11 @@ pipeline {
|
|||||||
agent any
|
agent any
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
|
stage('Checkout') {
|
||||||
|
steps {
|
||||||
|
checkout scm
|
||||||
|
}
|
||||||
|
}
|
||||||
stage('Debug Path') {
|
stage('Debug Path') {
|
||||||
steps {
|
steps {
|
||||||
sh 'echo "Suntem in folderul:" && pwd'
|
sh 'echo "Suntem in folderul:" && pwd'
|
||||||
|
|||||||
Reference in New Issue
Block a user