add jenkinsfile

This commit is contained in:
bartosz.maslanka.consultant 2023-04-21 15:03:48 +02:00
parent 166cc7407a
commit 3f7a91f1db
2 changed files with 514 additions and 479 deletions

11
Jenkinsfile vendored Normal file
View File

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

File diff suppressed because it is too large Load Diff