edit jenkinsfile

This commit is contained in:
Yevhenii Poliakov 2023-03-28 22:52:18 +02:00
parent c50eefbc4d
commit 06a34237ea

5
Jenkinsfile vendored
View File

@ -9,6 +9,11 @@ pipeline {
echo ("sh: Shell Script")
sh "./script1"
echo ("copyArtifacts")
echo("archiveArtifacts")
}
}
}