test jenkins
This commit is contained in:
parent
766276822a
commit
ff812074bf
12
Jenkinsfile
vendored
12
Jenkinsfile
vendored
@ -7,16 +7,16 @@ pipeline {
|
||||
|
||||
stage('Run Script') {
|
||||
steps {
|
||||
echo ("checkout: check out from version control")
|
||||
git "https://git.wmi.amu.edu.pl/s151636/ium_151636.git"
|
||||
//echo ("checkout: check out from version control")
|
||||
//git "https://git.wmi.amu.edu.pl/s151636/ium_151636.git"
|
||||
|
||||
echo ("sh: Shell Script")
|
||||
sh "python3 script2.py"
|
||||
//echo ("sh: Shell Script")
|
||||
//sh "python3 script2.py"
|
||||
|
||||
echo ("copyArtifacts")
|
||||
//echo ("copyArtifacts")
|
||||
|
||||
|
||||
echo("archiveArtifacts")
|
||||
//echo("archiveArtifacts")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user