Stage View
This commit is contained in:
16
Jenkinsfile
vendored
Normal file
16
Jenkinsfile
vendored
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
pipeline {
|
||||||
|
agent any
|
||||||
|
stages {
|
||||||
|
stage('Checkout Complete') {
|
||||||
|
steps {
|
||||||
|
echo 'Am descarcat codul cu succes!'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
stage('Verificare Mediu') {
|
||||||
|
steps {
|
||||||
|
sh 'whoami'
|
||||||
|
sh 'ls -la'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user