Jenkinsfile added

This commit is contained in:
s470618 2023-03-23 12:40:53 +01:00
parent ea8a7f43a4
commit 5dcddf659e

1
Jenkinsfile vendored Normal file
View File

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