diff --git a/Jenkinsfile b/Jenkinsfile index 7299a06..7c739f2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,8 +1,12 @@ pipeline { - agent any + agent { + docker { + image 'ium' + } + } stages { - stage('Stage1') { + stage('Run Script') { steps { echo ("checkout: check out from version control") git "https://git.wmi.amu.edu.pl/s151636/ium_151636.git"