Edits + updated Monas pipeline
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<?xml version='1.1' encoding='UTF-8'?>
|
||||
<project>
|
||||
<actions/>
|
||||
<description></description>
|
||||
<keepDependencies>false</keepDependencies>
|
||||
<properties/>
|
||||
@@ -19,5 +20,14 @@ echo "Hope you are enjoying the lab!"</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>
|
||||
Reference in New Issue
Block a user