Update Jenkinsfile

This commit is contained in:
Alicja Szulecka 2024-04-29 21:22:42 +02:00
parent f883cd5e17
commit ca24c39ada
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -1,6 +1,5 @@
pipeline {
agent any
}
parameters {
buildSelector (
defaultSelector: lastSuccessful(),
@ -31,4 +30,5 @@ pipeline {
}
}
}
}
}
}