add docker agent to jenkinsfile
This commit is contained in:
parent
9cb0709b75
commit
3582fb8610
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@ -1,8 +1,12 @@
|
||||
pipeline {
|
||||
agent any
|
||||
agent {
|
||||
docker {
|
||||
image 'ium'
|
||||
}
|
||||
}
|
||||
|
||||
stages {
|
||||
stage('Stage1') {
|
||||
stage('Run Script') {
|
||||
steps {
|
||||
echo ("checkout: check out from version control")
|
||||
git "https://git.wmi.amu.edu.pl/s151636/ium_151636.git"
|
||||
|
Loading…
Reference in New Issue
Block a user