add clear stage in Jenkinsflie

This commit is contained in:
piotrwrzodak 2023-04-20 21:51:52 +02:00
parent 7897df0da6
commit 4cf096c14a

5
Jenkinsfile vendored
View File

@ -20,6 +20,11 @@ pipeline {
)
}
stages {
stage('Clear') {
steps {
sh 'rm -rf *'
}
}
stage('Build') {
steps {
sh 'git clone https://git.wmi.amu.edu.pl/s444510/ium_z444510.git'