Zaktualizuj 'Jenkinsfile'
This commit is contained in:
parent
f9fd6bd5bc
commit
d0cf9cdfcf
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -1,14 +1,12 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
stages {
|
stages {
|
||||||
stage('Checkout') {
|
stage('checkout: Check out from version control') {
|
||||||
steps {
|
steps {
|
||||||
checkout([$class: 'GitSCM',
|
checkout([$class: 'GitSCM',
|
||||||
branches: [[name: '*/master']],
|
branches: [[name: '*/master']],
|
||||||
doGenerateSubmoduleConfigurations: false,
|
|
||||||
extensions: [],
|
extensions: [],
|
||||||
submoduleCfg: [],
|
userRemoteConfigs: [[credentialsId: 's487194', url: 'https://git.wmi.amu.edu.pl/s487194/ium_487194']]])
|
||||||
userRemoteConfigs: [[url: 'https://git.wmi.amu.edu.pl/s487194/ium_487194/_edit/master/Jenkinsfile']]])
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Stage 1') {
|
stage('Stage 1') {
|
||||||
|
Loading…
Reference in New Issue
Block a user