Add steps

This commit is contained in:
Jannis Portmann 2023-04-07 11:02:28 +02:00
parent fa96ad7ea3
commit 072616803b

4
Jenkinsfile vendored
View file

@ -3,7 +3,9 @@ pipeline {
stages {
stage('Pull git') {
checkout scm
steps {
checkout scm
}
}
stage('Build Docker Image') {