File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- name : Artifactory
1+ name : Artifactory Nordix Publish
22
33on :
44 workflow_dispatch : # manual trigger
55 # release:
66 # types: [published]
7+ push :
8+ # Sequence of patterns matched against refs/tags
9+ tags :
10+ - ' *' # Push events to matching v*, i.e. v1.0, v20.15.10
711
812jobs :
913 publish :
2125 cache : gradle
2226 - uses : gradle/actions/setup-gradle@v4 # v4.0.0
2327 - name : publish
28+ env :
29+ ARTIFACTORY_USER : ${{ secrets.ARTIFACTORY_USER }}
30+ ARTIFACTORY_KEY : ${{ secrets.ARTIFACTORY_KEY }}
2431 run : |
2532 ./gradlew :artifactoryPublish :cruise-control:artifactoryPublish :cruise-control-core:artifactoryPublish :cruise-control-metrics-reporter:artifactoryPublish
Original file line number Diff line number Diff line change @@ -511,9 +511,9 @@ project(':cruise-control-metrics-reporter') {
511511
512512artifactoryPublish. skip = true
513513artifactory {
514- contextUrl = ' https://linkedin.jfrog.io/linkedin '
514+ contextUrl = ' https://artifactory.nordix.org/artifactory '
515515 publish {
516- repoKey = ' cruise-control '
516+ repoKey = ' allies-mvn '
517517 username = System . getenv(' ARTIFACTORY_USER' )
518518 password = System . getenv(' ARTIFACTORY_KEY' )
519519
You can’t perform that action at this time.
0 commit comments