Home
last modified time | relevance | path

Searched refs:artifactory (Results 1 – 25 of 201) sorted by relevance

123456789

/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/lusis/go-artifactory/
H A DREADME.md1 # go-artifactory
2 …Status](https://travis-ci.org/lusis/go-artifactory.svg?branch=master)](https://travis-ci.org/lusis…
17 artifactory "github.com/lusis/go-artifactory/src/artifactory.v401"
27 client := artifactory.NewClientFromEnv()
39 git clone https://github.com/lusis/go-artifactory.git
40 cd go-artifactory
42 ARTIFACTORY_URL=https://artifactory.domain.com/artifactory ARTIFACTORY_USERNAME=foo ARTIFACTORY_PAS…
49 … | LOCAL | Development Docker Registry | https://artifactory/artifactory/dev-docke…
50 … | LOCAL | Production Docker Repository | https://artifactory/artifactory/docker-lo…
51 … | LOCAL | Local repository for third | https://artifactory/artifactory/ext-relea…
[all …]
H A DMakefile11 all: clean test artifactory $(BINLIST)
14 @go test artifactory.v401 #-test.v
16 artifactory: target
18 @go install artifactory.v401
27 .PHONY: all clean test artifactory $(BINLIST)
/dports/devel/artifactory/artifactory-oss-5.8.3/etc/
H A Dartifactory.system.properties32 #artifactory.addons.disabled=
44 artifactory.repo.global.disabled=true
50 #artifactory.gc.intervalSecs=14400
65 #artifactory.gc.fileScanSleepMillis=250
68 #artifactory.gc.maxCacheEntries=10000
71 #artifactory.locks.timeoutSecs=120
74 #artifactory.locks.debugTimeouts=false
93 #artifactory.search.maxResults=500
126 #artifactory.spring.configDir=null
185 #artifactory.ui.chroot=/home/bob
[all …]
/dports/sysutils/py-salt/salt-3004.1/tests/unit/modules/
H A Dtest_artifactory.py1 import salt.modules.artifactory as artifactory
9 return {artifactory: {}}
32 metadata = artifactory._get_artifact_metadata(
73 metadata = artifactory._get_snapshot_version_metadata(
86 metadata_url = artifactory._get_artifact_metadata_url(
113 artifact_url, file_name = artifactory._get_release_url(
240 with self.assertRaises(artifactory.ArtifactoryError):
264 artifactory.get_latest_snapshot(
289 artifactory.get_snapshot(
318 artifactory.get_latest_release(
[all …]
/dports/sysutils/py-salt/salt-3004.1/tests/pytests/unit/states/
H A Dtest_artifactory.py6 import salt.states.artifactory as artifactory namespace
12 return {artifactory: {}}
35 with patch.dict(artifactory.__salt__, {"artifactory.get_release": mck}):
36 assert artifactory.downloaded(name, artifact) == ret
39 artifactory,
43 ret = artifactory.downloaded(name, artifact)
76 with patch.dict(artifactory.__salt__, {"artifactory.get_release": mck}):
77 with patch.dict(artifactory.__opts__, {"test": True}):
78 assert artifactory.downloaded(name, artifact) == ret
81 artifactory,
[all …]
/dports/sysutils/terraform/terraform-1.0.11/website/docs/language/settings/backends/
H A Dartifactory.html.md3 page_title: "Backend Type: artifactory"
4 sidebar_current: "docs-backends-types-standard-artifactory"
6 Terraform can store state in artifactory.
9 # artifactory chapter
14 [Artifactory](https://www.jfrog.com/artifactory/).
20 It will likely end in `/artifactory`.
26 backend "artifactory" {
29 url = "https://custom.artifactoryonline.com/artifactory"
40 backend = "artifactory"
44 url = "https://custom.artifactoryonline.com/artifactory"
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/lusis/go-artifactory/src/artif-get-repo/
H A Dmain.go11 artifactory "artifactory.v401" packageName
19 func makeBaseRow(b artifactory.RepoConfig) []string {
38 client := artifactory.NewClientFromEnv()
63 case artifactory.REMOTE_REPO_MIMETYPE:
64 d := data.(artifactory.RemoteRepoConfig)
69 case artifactory.LOCAL_REPO_MIMETYPE:
70 d := data.(artifactory.LocalRepoConfig)
75 case artifactory.VIRTUAL_REPO_MIMETYPE:
76 d := data.(artifactory.VirtualRepoConfig)
/dports/devel/artifactory/artifactory-oss-5.8.3/bin/
H A Dartifactoryctl3 if [ -x /etc/systemd/system/artifactory.service ]; then
5 systemctl "$@" artifactory.service
6 elif [ -x /etc/init.d/artifactory ]; then
8 /etc/init.d/artifactory "$@"
12 ${artBinDir}/artifactory.sh "$@"
H A DinstallService.sh35 ARTIFACTORY_USER=artifactory
105 cat ${ARTIFACTORY_HOME}/bin/artifactory.default > ${artDefaultFile} && \
141 systemctl stop artifactory.service || exit $?
154 cp -f ${serviceFiles}/artifactory ${artInitdFile}
195 cp -f ${serviceFiles}/artifactory.service ${artSystemdFile}
206 systemctl enable artifactory &>/dev/null
207 …systemctl list-unit-files --type=service | grep artifactory.service &>/dev/null || errorArtHome "C…
H A DartifactoryManage.sh176 while [ ! -e ~artifactory/logs/artifactory.log ]; do
179 tail -f ~artifactory/logs/artifactory.log &
260 artDefaultFile="/etc/opt/jfrog/artifactory/default"
/dports/devel/artifactory/artifactory-oss-5.8.3/misc/db/createdb/
H A Dcreatedb_mssql.sql8 CREATE LOGIN [artifactory] WITH PASSWORD=N'password', DEFAULT_DATABASE=[master], CHECK_EXPIRATION=O…
10 ALTER SERVER ROLE [sysadmin] ADD MEMBER [artifactory]
12 USE [artifactory]
14 CREATE USER [artifactory] FOR LOGIN [artifactory]
H A Dcreatedb_mssqlBlob.sql8 CREATE LOGIN [artifactory] WITH PASSWORD=N'password', DEFAULT_DATABASE=[master], CHECK_EXPIRATION=O…
10 ALTER SERVER ROLE [sysadmin] ADD MEMBER [artifactory]
12 USE [artifactory]
14 CREATE USER [artifactory] FOR LOGIN [artifactory]
/dports/devel/artifactory/artifactory-oss-5.8.3/misc/service/
H A Dartifactory.service10 PIDFile=/var/opt/jfrog/run/artifactory.pid
11 ExecStart=/opt/jfrog/artifactory/bin/artifactoryManage.sh start
12 ExecStop=/opt/jfrog/artifactory/bin/artifactoryManage.sh stop
16 Alias=artifactory.service
/dports/devel/artifactory/artifactory-oss-5.8.3/misc/ha/
H A Dha-node.properties.template8 #artifactory.ha.data.dir=/var/opt/jfrog/artifactory-ha
11 #artifactory.ha.backup.dir=/var/opt/jfrog/artifactory-backup
14 context.url=http://10.0.0.121:8081/artifactory/
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/lusis/go-artifactory/src/artif-create-user/
H A Dmain.go10 artifactory "artifactory.v401" packageName
32 client := artifactory.NewClientFromEnv()
36 var details artifactory.UserDetails = artifactory.UserDetails{
/dports/devel/py-jenkins-job-builder/jenkins-job-builder-3.11.0/tests/triggers/fixtures/
H A Dartifactory-trigger-single-path.yaml2 - artifactory:
3 artifactory-server: my-artifactory
H A Dartifactory-trigger-multi-path.yaml2 - artifactory:
3 artifactory-server: my-artifactory
/dports/devel/py-jenkins-job-builder/jenkins-job-builder-3.11.0/tests/wrappers/fixtures/
H A Dartifactory001.yaml2 - artifactory-maven:
3 url: http://artifactory.example.net/artifactory
H A Dartifactory005.yaml2 - artifactory-generic:
3 url: http://artifactory.example.net/artifactory
H A Dartifactory006.yaml2 - artifactory-generic:
3 url: http://artifactory.example.net/artifactory
H A Dartifactory003.yaml2 - artifactory-maven-freestyle:
3 url: http://artifactory.example.net/artifactory
/dports/devel/py-jenkins-job-builder/jenkins-job-builder-3.11.0/tests/publishers/fixtures/
H A Dartifactory01.yaml2 - artifactory:
3 url: http://artifactory.example.net/artifactory
/dports/net/zyre/zyre-2.0.1/bindings/jni/
H A Dbuild.gradle11 id 'com.jfrog.artifactory' version '4.9.9'
22 apply plugin: 'com.jfrog.artifactory'
43 artifactory {
44 …contextUrl = "https://oss.jfrog.org/artifactory" //The base Artifactory URL if not overridden by…
/dports/net/czmq4/czmq-4.2.1/bindings/jni/
H A Dbuild.gradle11 id 'com.jfrog.artifactory' version '4.9.9'
22 apply plugin: 'com.jfrog.artifactory'
43 artifactory {
44 …contextUrl = "https://oss.jfrog.org/artifactory" //The base Artifactory URL if not overridden by…
/dports/databases/arrow/apache-arrow-6.0.1/dev/release/
H A D02-source.sh154 [4]: https://apache.jfrog.io/artifactory/arrow/amazon-linux-rc/
155 [5]: https://apache.jfrog.io/artifactory/arrow/centos-rc/
156 [6]: https://apache.jfrog.io/artifactory/arrow/debian-rc/
157 [7]: https://apache.jfrog.io/artifactory/arrow/nuget-rc/${version}-rc${rc}
158 [8]: https://apache.jfrog.io/artifactory/arrow/python-rc/${version}-rc${rc}
159 [9]: https://apache.jfrog.io/artifactory/arrow/ubuntu-rc/

123456789