Zaktualizuj 'Jenkinsfile'

This commit is contained in:
Klaudia Kandulska 2020-12-03 14:07:59 +01:00
parent a1e58ccf4a
commit 9fab809f98

5
Jenkinsfile vendored
View File

@ -2,6 +2,11 @@ pipeline {
agent any
stages {
stage('Clone repository') {
steps {
checkout scm
}
}
stage('Build') {
steps {
echo 'Building..'