Merge branch 'master' of https://git.wmi.amu.edu.pl/s444417/ium_444417
This commit is contained in:
commit
3a1848e8ac
@ -1,5 +1,4 @@
|
||||
pipeline {
|
||||
agent any
|
||||
parameters{
|
||||
buildSelector(
|
||||
defaultSelector: lastSuccessful(),
|
||||
@ -8,6 +7,9 @@
|
||||
)
|
||||
|
||||
}
|
||||
agent {
|
||||
docker { image 'ubuntu:latest' }
|
||||
}
|
||||
stages {
|
||||
stage("Check out from version control") {
|
||||
steps {
|
||||
|
Loading…
Reference in New Issue
Block a user