pull/1/head
administrator 2023-11-20 14:54:05 +01:00
parent 76844afee7
commit bc43f48e8e
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
pipeline {
agent any
stages {
stage('Stage 1') {
steps {
echo 'Hello world!'
}
}
}
}
groovy