This commit is contained in:
s434695 2021-05-16 15:12:45 +02:00
parent 125c2b30cf
commit 0af85c753a

View File

@ -18,6 +18,11 @@ pipeline {
sh 'cat /etc/issue'
}
}
stage('checkout: Check out from version control') {
steps {
git credentialsId: 'f746c8e0-e974-4758-838d-1920a7b0e3dc', url: 'https://git.wmi.amu.edu.pl/s434695/ium_434695.git'
}
}
stage("copyArtifacts"){
steps {
copyArtifacts fingerprintArtifacts: true,