Replies: 2 comments 1 reply
-
Hi @ratnamGT, The Alternatively you can define it via the CLI parm This will then put it into the correct folder. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Thanks @dennis-behm I will try to change as per your suggestion |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am creating a packaging and deploying it to jfrog Artifactory.
below is the build script
$DBB_HOME/bin/groovyz var/dbb/Pipeline/PackageBuildOutputs/PackageBuildOutputs.groovy
--workDir /u/myproject/project/BUILD
-p
-aprop appArtifactRepository.properties
-au http://jfrogurl/artifactory
-ar example-repo-local/
--tarFileName default.tar
-aU user
-aP *******
--verbose
echo "packaging finished"
It is creating package default.tar and uploading it to the http://Jfrog/artifactory/example-repo-local/null/Default/package.tar .It is unnecessary creating null/Default folder inside my example-repo-local . I tried to put -ad but it is failing with error that this option for wazi deploy.I am not using wazi deploy and I do not want to deploy package in null/Default . I want to deploy my defalut.tar file in my artifactory example-repo-local directly . How can I avoid this to create null/Default inside my repo.
It looks like ,it is appending null/Default in below groovy script.
Beta Was this translation helpful? Give feedback.
All reactions