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