Compare commits

..

2 Commits

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
2 changed files with 13 additions and 0 deletions

10
Jenkinsfile vendored Normal file
View File

@ -0,0 +1,10 @@
pipeline {
agent any
stages {
stage("Hello"){
steps {
echo "Hello World from appi3"
}
}
}
}

View File

@ -16,5 +16,8 @@
<div> <div>
<link rel="stylesheet" href="style.css"> <link rel="stylesheet" href="style.css">
</div> </div>
<div class="prueba">
</div>
</body> </body>
</html> </html>