build: jenkins1.3

This commit is contained in:
idvylyuk 2024-11-27 11:32:22 +02:00
parent 6e05e8562f
commit 3ebf0620cd

2
Jenkinsfile vendored
View file

@ -18,7 +18,7 @@ pipeline{
changeRequest()
}
steps {
echo "PR"
echo "PR TEST"
sh "printenv"
}
}