Compare commits

..

3 Commits
master ... 322

Author SHA1 Message Date
alvaro 701b59dd35 add jenkins
UNAP OTI/pruebaCI/pipeline/head This commit looks good Details
2023-12-19 17:11:42 -05:00
alvaro fe27550a93 commit de vs 2023-12-15 17:09:46 -05:00
alvaro 4cfab5c3cc rama322 2023-12-15 16:55:32 -05:00
2 changed files with 7 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -3,7 +3,7 @@ pipeline {
stages { stages {
stage("Hello"){ stage("Hello"){
steps { steps {
echo "Hello World from appi3 comprobando32211" echo "Hello World from appi3"
} }
} }
} }

View File

@ -13,5 +13,11 @@
<div> <div>
<h3>este un h3</h3> <h3>este un h3</h3>
</div> </div>
<div>
<link rel="stylesheet" href="style.css">
</div>
<div class="prueba">
</div>
</body> </body>
</html> </html>