This commit is contained in:
piotrwrzodak 2023-05-11 22:15:57 +02:00
parent b22f932d29
commit 25cbef377d

View File

@ -20,6 +20,11 @@ pipeline {
)
}
stages {
stage('clear') {
steps {
sh 'rm -rf *'
}
}
stage('checkout: Check out from version control') {
steps {
checkout scm