u2
This commit is contained in:
@@ -2,6 +2,12 @@ pipeline {
|
|||||||
agent any
|
agent any
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
|
stage('Debug Path') {
|
||||||
|
steps {
|
||||||
|
sh 'echo "Suntem in folderul:" && pwd'
|
||||||
|
sh 'echo "Continutul folderului este:" && ls -R'
|
||||||
|
}
|
||||||
|
}
|
||||||
stage('Lint Check') {
|
stage('Lint Check') {
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
|
|||||||
Reference in New Issue
Block a user