update jenkinsfile

This commit is contained in:
Yevhenii Poliakov 2023-05-11 22:48:45 +02:00
parent 69f89a4092
commit 766276822a

5
Jenkinsfile vendored
View File

@ -1,11 +1,10 @@
pipeline {
agent {
docker {
image 'ium'
}
dockerfile true
}
stages {
stage('Run Script') {
steps {
echo ("checkout: check out from version control")