Jenkinsfile update

This commit is contained in:
Filip Izydorczyk 2021-04-11 19:58:10 +02:00
parent 1a54ebe1a8
commit 9d8f078bc0

4
Jenkinsfile vendored
View File

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