Edits + updated Monas pipeline

This commit is contained in:
Begona Guereca
2022-08-25 16:28:07 -07:00
parent bc321a6065
commit f39ff0ef21
11 changed files with 144 additions and 87 deletions
@@ -1,5 +1,6 @@
<?xml version='1.1' encoding='UTF-8'?>
<project>
<actions/>
<description></description>
<keepDependencies>false</keepDependencies>
<properties/>
@@ -19,5 +20,14 @@ echo &quot;Hope you are enjoying the lab!&quot;</command>
</hudson.tasks.Shell>
</builders>
<publishers/>
<buildWrappers/>
<buildWrappers>
<org.jenkinsci.plugins.credentialsbinding.impl.SecretBuildWrapper plugin="[email protected]_4b_122e6">
<bindings>
<org.jenkinsci.plugins.credentialsbinding.impl.StringBinding>
<credentialsId>${secret.test}</credentialsId>
<variable>EXPRESSION_VAR</variable>
</org.jenkinsci.plugins.credentialsbinding.impl.StringBinding>
</bindings>
</org.jenkinsci.plugins.credentialsbinding.impl.SecretBuildWrapper>
</buildWrappers>
</project>