add clear stage in Jenkinsflie
This commit is contained in:
parent
7897df0da6
commit
4cf096c14a
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user