tweaks(ium_04) Update Jenkinsfile.

This commit is contained in:
sadurska@trui.pl 2021-04-20 21:27:46 +02:00
parent b2e5aaf692
commit c2a966705a

4
Jenkinsfile vendored
View File

@ -1,7 +1,5 @@
pipeline{
agent {
docker { image 'ubuntu:latest' }
}
agent any
stages{
stage('checkout: Check out from version control'){
steps{