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 16 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

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