Jenkins pipeline #123

Merged
bartosz merged 17 commits from bartosz/feature/pipeline into master 2023-03-18 08:31:14 +01:00
Showing only changes of commit 62375fc7a8 - Show all commits

10
Jenkinsfile vendored
View File

@@ -23,10 +23,12 @@ pipeline {
} }
} }
stage('Run Ansible playbook') { stage('Run Ansible playbook') {
sh ''' steps {
pwd sh '''
ls pwd
''' ls
'''
}
} }
} }
} }