You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by pi...@apache.org on 2019/07/14 10:39:30 UTC

[royale-compiler] branch develop updated: Add new name of the machine for in Jenkinsfile

This is an automated email from the ASF dual-hosted git repository.

piotrz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git


The following commit(s) were added to refs/heads/develop by this push:
     new bffc46f  Add new name of the machine for in Jenkinsfile
bffc46f is described below

commit bffc46ff7fac7e421767110cd80967cd7d5d0719
Author: Piotr Zarzycki <pi...@gmail.com>
AuthorDate: Sun Jul 14 12:39:18 2019 +0200

    Add new name of the machine for in Jenkinsfile
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index d5d533a..3490bb5 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -23,7 +23,7 @@
 
 // Run only on the windows-2012-1 agent as this is the only one setup to fully
 // support Royale builds.
-node('windows-2012-1') {
+node('jenkins-win-he-de-1') {
 
     currentBuild.result = "SUCCESS"