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