commit | 0f763d400cef58ff872393a42830556a872ba103 | [log] [tgz] |
---|---|---|
author | Carlos Sanchez <carlos@apache.org> | Mon Feb 06 10:55:11 2017 +0100 |
committer | Carlos Sanchez <carlos@apache.org> | Mon Feb 06 11:25:47 2017 +0100 |
tree | f0b85685b6cd0054a5c79bed0b0ebd47f1c3d074 | |
parent | 29da76ec205d04e2cd0180644e275aedc6cb5516 [diff] [blame] |
[INFRA-729] Publish all our versions under jenkinsci docker org
diff --git a/Jenkinsfile b/Jenkinsfile index 3170bf9..f7eedca 100644 --- a/Jenkinsfile +++ b/Jenkinsfile
@@ -21,7 +21,7 @@ if (infra.isTrusted()) { stage('Publish') { - sh './weekly.sh' + sh './publish.sh' } } }